cd blog/themes git clone https://github.com/Siricee/hexo-theme-Chic.git Chic
Add Tag, Category etc.
1 2 3 4 5 6 7 8 9
hexo new page tag
cdsource/tag
# source\tag\index.md --- title: Tag layout: tag ---
MathJax
Chic/_config.yml
1 2 3 4 5 6 7 8
# plugin functions ## Mathjax: Math Formula Support ## https://www.mathjax.org mathjax: enable:true import:global# global or demand ## global: all pages will load mathjax,this will degrade performance and some grammers may be parsed wrong. ## demand: if your post need fomula, you can declare 'mathjax: true' in Front-matter