This repository is for my blog. To render this posts properly, make simlink using commands below.
rm ~/blog/hexo/norang.io/source -rf
ln -sf ~/blog/source ~/blog/hexo/norang.io/source
-
to make "tags", "categories" or "about" menu:
- create page named after that:
hexo new page tag
- edit
types
entry of index.md in the directory:
title: All tags type: "tags"
- create page named after that:
-
as 'theme-next/hexo-theme-next' doesn't parsing scheme config correctly, I just modified this part.
-
'theme-next/hexo-theme-next' doens't parsing font config correctly now.