新博客
Hexo搭建的博客无了~~~然后现在重新搭建一下,记录一下改的东西需要安装Nodejs我目前使用的安装器是yarn,这个是可以换的 安装Hexo+ButterflyHexo文档: https://hexo.io/Butterfly文档: https://butterfly.js.org/ 安装1npm install -g hexo-cli 初始化12hexo initgit clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly 使用主题修改_config.yml文件 1theme: butterfly pug文件错误1yarn add hexo-renderer-pug hexo-renderer-stylus 更多配置看上面的文档链接 一些基础配置不要显示顶部图,直接配置disable_top_img: true 首先就是帖子链接的问题安装: https://github.com/ohroy/hexo-abbrlink 1yarn add 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
