Jekyll based blog notes

Configuration

Add tags and categories without plugin

  1. generate tags according to posts _includes/tag.html
  2. include tag.html _layouts/tags.html
  3. edit __config.yml add links to header
    header_pages:
      - tags.md
      - categories.md
    

Use tags and categories in your jekyll based Github Pages

favicons

  1. Head over to https://realfavicongenerator.net/ to add your own favicons.

images notes

use absolute path like /image/photo.png