Skip to content

norangLemon/norang.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published