1.Starting Hexo Blog
1 | username@LAPTOP-D1EUIRLS MINGW64 ~/Desktop |
2.Applying Hueman Theme
3.Basic Hexo Tutorial
4.Hexo Tag Plugins
5.Add Math Formula(without changing from Notion)
- Creat File name
mathjax.ejs
onthemes/hueman/layout
folder
1 | MathJax.Hub.Config({ |
- Check
#Plugins
inthemes/hueman/_config.yml
file and changemathjax: false
totrue
- Add
mathjax:true
at the header when you post
- Reference: Math Formula
6.Font Change
7.Deleting Posts
8.Error in Hueman Theme
To Be Continued..