Hux Blog

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

a post with geojson

This is an example post with some geojson code. The support is provided thanks to Leaflet. To create your own visualization, go to geojson.io. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21...

a post with echarts

This is an example post with some echarts 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 ```echarts { "title": { "text": "ECharts Getting Started Example" }, "respo...

a post with chart.js

This is an example post with some chart.js 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 43 44 45 46 47 48 49 ```chartj...

a post with TikZJax

This is an example post with TikZ code. TikZJax converts script tags (containing TikZ code) into SVGs.

a post with bibliography

This post shows how to add bibliography to simple blog posts. We support every citation style that jekyll-scholar does. That means simple citation like { % cite einstein1950meaning % }, multiple ci...

a post with jupyter notebook

To include a jupyter notebook in a post, you can use the following code: 1 2 3 4 5 6 7 8 9 {::nomarkdown} { % assign jupyter_path = 'assets/jupyter/blog.ipynb' | relative_url %} { % capture notebo...

a post with custom blockquotes

This post shows how to add custom styles for blockquotes. Based on jekyll-gitbook implementation. We decided to support the same custom blockquotes as in jekyll-gitbook, which are also found in a ...

a post with table of contents on a sidebar

This post shows how to add a table of contents as a sidebar. Adding a Table of Contents To add a table of contents to a post as a sidebar, simply add 1 2 toc: sidebar: left to the front matt...

a post with audios

This is an example post with audios. It supports local audio files. A simple, elegant caption looks good between video rows, after ea...

a post with videos

This is an example post with videos. It supports local video files. A simple, elegant caption looks good between ...