and if you want to change the header anchor ‘ℬ’, you can go to layout/post.ejs to change it.
1 2 3 4 5 6
async("https://cdn.bootcss.com/anchor-js/1.1.1/anchor.min.js",function(){ anchors.options = { visible: 'hover', placement: 'left', icon: ℬ // this is the header anchor "unicode" icon };
Hexo Basics
Some hexo command:
1 2 3 4
hexo new post "<post name>"# you can change post to another layout if you want hexo clean && hexo generate # generate the static file hexo server # run hexo in local environment hexo deploy # hexo will push the static files automatically into the specific branch(gh-pages) of your repo!
Have fun ^_^
Please Star this Project if you like it! Follow would also be appreciated!
Peace!