BerdyPango / blogs

The codebase of my personal blog

Home Page:https://blog.frosthe.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The codebase of my personal blog

https://blog.frosthe.net


Languages

Language:JavaScript 65.1%Language:Stylus 30.8%Language:Nunjucks 4.0%