未分类
1.2k 词
前言这次开了个新坑,拿来做测试的用,比如这期,在主博客里写了后会在此博客写一遍效果截图,然后放在主博客当效果,那么废话不多说,开始我们的教程! Markdown段落MD的段落为#,从上往下分为六个,分别是#,##,###,####,#####,######,(这只是一般情况,HEXO可不认这个,你就是干到第#######################都没有问题) Markdown字体加粗MD的字体加粗为两个星号+字+两个星号,也就是这样子 粗体字1**粗体字** Markdown字体颜色Markdown也支持变换字体颜色,具体样式如下 这是红色字 1<font color=red> 这是红色字 </font>要更改只需要更改color中的red就好了 HEXO特殊的隐藏语法此次需要安装butterfly的tag插件1npm install hexo-butterfly-tag-plugins-plus --save这边建议卸载原版插件然后再安装另一个版本1npm uninstall hexo-renderer-marked --save 1npm ins...
未分类
367 词
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment