Hello World
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
git@githu ...
Sakura-主题食用教程
教程链接1
教程链接2
看完上面那两个应该就可以把主题美化到差不多自己满意的地步了,下面是我对主题做的一些优化和功能改进!
随机页面部分CSS的调整可能遇到的问题评论功能无法使用刚开始,我参考的是这位大佬的解决办法,但是并没有成功,但是在网上其他人似乎并没有给出解决办法,难道是问题太简单了,大家轻松解决了?
没办法,身为编程小白的我只好开始看起了大佬的源码,终于发现了解决办法。
1、打开文件/themes/sakura/layout/_partial/footer.ejs
2,搜索//unpkg.com/valine,将那一段代码换成下面的即可,其实也就变了几行,大家看不同的进行复制更改即可。
1234567891011<!-- <script src="/js/tocbot.js"></script> --><script type="text/javascript" src="/js/lib.min.js"></script><script src=&quo ...
hexo插件使用方法
var player = new DogePlayer({
container: document.getElementById('player'),
userId: 914,
vcode: '9dbfeac71787bfbb',
autoPlay: false
});





