Sometimes when you look through blogs, you'll find a lot of fancy personal custom blogs, doing some research on your own:Copy the code

First, you need to install git NodeJs yourself

After the tool is installed, we need to create a new folder locally, enter NPM pile and then hexo init initialization

Hexo has a built-in theme style and provides many theme templates, among which the NexT theme has the largest user base. After downloading and installing the theme, you can put it into the initialization theme. There is a built-in landScope style that you can delete and change in the main configuration file and style configuration file for half a day to get the following effect

The command used for the effect drawing:

Compile hexo g

Hexo s Enter localhost:4000 to view the value

Hexo d submits to Github

Create a repository on github with the username.github

The hexo master configuration file needs to be changed to specify a repository for the user name. Github. IO

To check, type hllyyuan.github. IO in your browser

Bind Alicloud:

In the first year, I spent 9.5 to buy a year hllyyuan.top domain name and configure DNS

Ping hllyyuan.github. IO to get the IP address

DNS Novice Guide Configure the PING IP address

Then create a new CNAME in the hllyyuan.github. IO root directory and say www.hllyyuan.top

Now if you visit hllyyuan.github. IO you are automatically redirected to www.hllyyuan.top

{note: hllyyuan is my username and domain name}

After two days of busy work, there was a little success, but after next 7.3.0, there was a big change with the background. After checking many times, I found that there would be a local deletion of hexo and github. IO could not be restored. And it’s slow to open the site, and then… And then I came to the Nuggets today