A little introduction to My Blog
This is the first time I have tried to build a web blog independently, though it’s not perfect, still I like it. Now, I am 20 in my sophomore summer vacation, and a few weeks later I will become a junior. “Maybe it’s time to write something.” I said to myself. I know the pastoral era of the Chinese Internet has gone, but this does not mean that I should follow the bad and be afraid to show myself.
Remember the past and look to the future.
Hope you have fun d(`・∀・)b
This blog is based on Hexo. Here I just record the process of building my blog, more detailed please click Fomalhaut
1. Choose your blog framework
You will get many choices at the beginning, blog softwares like Typecho and Wordpress(very popular) or some frameworks like Hexo and Hugo. I chose Hexo from them because I prefer to customize according to my wants.
2. Hexo+GitHub: Try to mount the static blog to GitHub Pages
Here are something you should prepare(for Win10):
- Node
- Git
- Hexo
- a blank GitHub repository
- VSCode or any editor
2.1 Download Node
2.2 Download Git
2.3 Install Hexo through Git
2.4 Create a blank Github repository
2.5 Mount the static blog to GitHub Pages
- SSH connect to github
- Initialize Hexo
- Mount your blog to GitHub Pages
3. After every change, use”hexo g”and”hexo d”
When I finish my writing, it’s best to remember to run the above codes, otherwise these words will not appear on my blog. Also I give Vercel my blog, but I haven’t seen anything useful yet.
Blog’s GitHub repository(https://github.com/Stephen0124/Stephen0124.github.io)
4. Picture Bed: PicGo+GitHub
(https://github.com/Stephen0124/PicBed)