0%

Chose your theme

Go to Hexo Theme and pick a theme you like.
Note: This article, I use NexT theme as example.

Fork theme repository

Click into theme repository and fork it.

⚠ Be aware of Copyrights. No commercial use. ⚠
Now you have your own repo which is clone from the theme.

Read more »

Note: Already Built GitHub Pages with Hexo

Set up access key for repo

Generate SSH keys

Open terminal and generate SSH keys by following command.

1
ssh-keygen -f github-deploy-key

Skip passphrase.

Read more »