How to Create a Blog Like This

A short note on how this blog was created.

How to create

Reference this tutorial:
Creation guide

Theme configuration

Fluid documentation

Quick setup

Add a post

1
hexo new post-file-name

Generate and deploy

1
hexo g -d

Common issues

Config file not updating

Sometimes changes to config files do not show up. In that case, run:

1
2
hexo g
hexo d

to deploy again.

“fatal: unable to access” when pushing

This usually happens when GitHub is using the wrong proxy. Set it with:

1
2
git config --global https.proxy http://127.0.0.1:7897
git config --global http.proxy http://127.0.0.1:7897

About style changes

If you change styles, you need to delete the public folder manually and then push again.


How to Create a Blog Like This
https://greatzaochen.dev/en/posts/35f983df/
Author
Zao_chen
Posted on
October 22, 2024
Licensed under