Hux Blog

「离开世界之前 一切都是过程」

Post: Future Date

This post lives in the future and is dated Fri Dec 31 00:00:00 9999. When building Jekyll with the --future flag it should appear.

Welcome to Jekyll! (2025)

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run je...

a post with image galleries

The images in this post are all zoomable, arranged into different mini-galleries using different libraries. Lightbox2 PhotoSwipe ...

a post with tabs

This is how a post with tabs looks like. Note that the tabs could be used for different purposes, not only for code. First tabs To add tabs, use the following syntax: 1 2 3 4 5 6 7 8 9 10 11 12 ...

a post with typograms

This is an example post with some typograms code. 1 2 3 4 5 ```typograms +----+ | |---> My first diagram! +----+ ``` Which generates: +----+ | |---> My first diagram! +----+ Anoth...

a post that can be cited

This is an example post that can be cited. The content of the post ends here, while the citation information is automatically provided below. The only thing needed is for you to set the citation ke...

a post with pseudo code

This is an example post with some pseudo code rendered by pseudocode. The example presented here is the same as the one in the pseudocode.js documentation, with only one simple but important change...

a post with code diff

You can display diff code by using the regular markdown syntax: 1 2 3 4 5 6 7 8 9 ```diff diff --git a/sample.js b/sample.js index 0000001..0ddf2ba --- a/sample.js +++ b/sample.js @@ -1 +1 @@ -con...

a post with advanced image components

This is an example post with advanced image components. Image Slider This is a simple image slider. It uses the Swiper library. Check the examples page for more information of what you can achiev...

a post with vega lite

This is an example post with some vega lite code. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 ```vega_lite { "$schema": "...