Skip to content

Latest commit

 

History

History
110 lines (76 loc) · 3.72 KB

README.md

File metadata and controls

110 lines (76 loc) · 3.72 KB

What is it?

This git repo is based on hexojs and hexo-theme-next to build Frost He's blog.

How does it work?

Setup

Initialize hexo

$ hexo init <folder>

Install NexT theme via npm

$ npm install hexo-theme-next@latest

Change _config.yml to use next theme:

theme: next

Customize the site

Theme Settings

Sidebar

Sidebar Customization

Footer

Footer Configuration:

  • Since: 2015
  • Icon: fa fa-user
  • Copyright: enabled

Post Settings

Localization(i18n)

Custom Pages

Misc

SEO Setting

SEO Setting

3rd Party Services

Statistics and Analytics

Deployment

With the new git repo setup, I uses the recommanded Github Actions to perform deployment on CI pipelines. See .github/workflows/pages.yml for more details.