Typora and Markdown
本文介绍了我在学习typora过程中用过的一些语法,也用于测试网站构建是否成功。(持续更新中~)
如何创建个人Blog(Windows版)
建立个人部落格其实非常简单,以下教程将教会你如何在一个晚上之内建立起自己的第一个部落格(如果不出意外的话)。
First step
这是我建立的第一个页面。
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