Skip to content

Latest commit

 

History

67 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Posts for Hexo

How to use

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

Tips for Hexo blogging

  • 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"
    
  • 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.

About

posts in markdown powered by hexo

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors