Jekyll Based Blog Notes
Jekyll based blog notes
Configuration
Add tags and categories without plugin
- generate tags according to posts _includes/tag.html
- include tag.html _layouts/tags.html
- edit __config.yml add links to header
header_pages: - tags.md - categories.md
Use tags and categories in your jekyll based Github Pages
favicons
- Head over to https://realfavicongenerator.net/ to add your own favicons.
images notes
use absolute path like /image/photo.png