Journey.

Log

2016.11.07 built blog with Hexo; theme: NexT

2017.01.11 create new [projects] page by setting it as one of the categories

  1. edit the scaffolds/post.md (post template)
1
2
3
4
5
title: {{title}}
date: {{date}}
tags:
categories:
---
  1. writing a new post with header
    categories: projects
  2. edit themes/_config.yml
1
2
3
menu:
home: /
projects: /categories/projects
  1. setting page icon, language, etc.
    ref: https://www.zhihu.com/question/33324071

2017.01.12 change NeXT theme to be “mist”, works on localhost but not on the web
fixed by updating theme (git pull)
another option: hexo clean