litekyll is a simple and lightweight Jekyll Theme.
- Live blog at sendz.github.io
- Disqus Comments included
- Mobile Responsive
- Off-Canvas Mobile Navigation
- Featured Image for first image appear on post
- Pagination
- Emoji support by jemoji 😉, check Emoji Cheatsheet
- Copy and replace all files to your jekyll folder
- Rename
_config.xml.example
to_config.xml
and adapt to your configuration - Run
jekyll serve
to test it locally or push to your server
- Add
disqus_shortname: "shortname"
to your_config.yml
file - Add
comments: true
to your individual post or page Front Matter to enable it, orcomments: false
to disable disqus comment.
Disqus comment are enabled
by default under post
type and disabled
by default under page
type.