如何搭建HEXO博客 Posted on 2020-05-22 如何搭建HEXO博客这是一篇示例文章,也是我在HEXO上写的第一篇文章主要目的是熟悉markdown的语法(借着搭建博客教程的名号哈哈) 目录 创建github个人仓库 安装git 安装nodejs 安装hexo 最终搭建 想要了解具体细节,可以看我在知乎上的文章 如何搭建hexo个人博客 - 顾啦la的文章 - 知乎https://zhuanlan.zhihu.com/p/137497835 先到这儿吧,我发布试试。
Hello World Posted on 2020-04-17 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