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 " ...
从零开始构建个人博客
翻到五年前创建的博客,发现只写了一篇文章,源码也没有上传到github,于是重新构建一个,也是给css的新手教程。 总体思想简单来说是用hexo工具构建,发布在github网站上。 申请github账号到GitHub官网,点击[Sign up]注册个人账号。登录后点击右上角的用户头像菜单,创建一个项目,名字格式必须为xxx.github.io,填写名称以后点击create按钮。 然后访问 https://xxx.github.io/, 这就是你的博客地址了,这时候页面是白的, ...