为网页添加SEO优化以及将butterfly的背景统一
本文介绍如何优化 Hexo 博客的 URL 结构,使其短小精悍、易于搜索引擎收录,并指导如何配置站点地图、robots.txt 及百度、Google、Bing 收录提交,提升网站可见性。此外,还包括 Butterfly 主题的背景图片统一修改方案,让博客视觉效果更佳。
魔改about页面以及页脚footer
本教程介绍如何个性化修改 Hexo 的 About 页面和页脚 Footer,包括引入 51LA 访问统计、优化 Pug 与 CSS 样式、添加番剧数据展示及自定义底部样式,提升博客的视觉效果与功能体验。
修改butterfly的主题,加入latex数学公式渲染引擎
本教程介绍如何修改 Hexo 的 Butterfly 主题,包括个性化设置、添加 LaTeX 数学公式渲染、字数统计、加载动画及背景特效,提升博客的美观性与功能性。
本地部署hexo博客
简单搭建博客
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