Hux Blog

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

displaying beautiful tables with Bootstrap Tables

Using markdown to display tables is easy. Simple Example First, add the following to the post’s front matter 1 pretty_table: true Then, the following syntax 1 2 3 4 5 | Left aligned | Center ...

a post with table of contents

This post shows how to add a table of contents in the beginning of the post. Adding a Table of Contents To add a table of contents to a post, simply add 1 2 toc: beginning: true to the front...

a post with giscus comments

This post shows how to add GISCUS comments.

a post with redirect

Redirecting to another page.

a post with diagrams

This theme supports generating various diagrams from a text description using mermaid. Previously, this was done using the jekyll-diagrams plugin. For more information on this matter, see the relat...

a distill-style blog post

Equations This theme supports rendering beautiful math in inline and display modes using MathJax 3 engine. You just need to surround your math expression with $$, like $$ E = mc^2 $$. If you leave...

a post with twitter

A sample blog page that demonstrates the inclusion of Tweets/Timelines/etc. Tweet An example of displaying a tweet: { % twitter https://twitter.com/rubygems/status/518821243320287232 % } Timelin...

Customize the Favicon

The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...

Getting Started

Creating a Site Repository When creating your site repository, you have two options depending on your needs: Option 1. Using the Starter (Recommended) This approach simplifies upgrades, isolates...

Writing a New Post

This tutorial will guide you how to write a post in the Chirpy template, and it’s worth reading even if you’ve used Jekyll before, as many features require specific variables to be set. Naming and...