diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..03c772d --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +h.xjj.pub diff --git a/about/index.html b/about/index.html index 003c75a..473033f 100644 --- a/about/index.html +++ b/about/index.html @@ -1,7 +1,7 @@ -
Or clone
directly if you don’t wanna use the Git submodule.
|
|
Anyways, you just need to put Minima under the blog/themes
directory.
Follow exampleSite/config.toml and edit your own blog/config.toml
file.
Field | Type | Explanation |
---|---|---|
title | string | Title of the post |
description | string | Description of the post |
date | string | Datetime when the post is written |
categories | array | Array of categories the posts belongs to |
series | array | Array of series the post belongs to |
tags | array | Array of tags the posts is related to |
math | bool | True if the post needs to render math formulas |
mermaid | bool | True if the post needs to render mermaid diagrams |
comment | bool | True if the post allows people to make comments |
draft | bool | True if the post isn’t already for publishing |
toc | bool | True if the post needs a ToC |
Feedbacks are welcome here.