A collection of Jekyll themes made by Mu-An.
This is work in progress, come back later. Star the repo or follow me on Twitter to get updates.
Pagination- Syntax highlighting code for each theme
Style titles- Pretty date
InstructionRSS feed- Category links
- Signoff
Move things out of includesStyle blockquotes- Check image and iframe presentations in posts
- Confirm installation commands
- Move theme layouts to _include
- Update to Jekyll 1.1.0
- Fork this repository
- Clone your forked repository to your computer
- Go to your directory and edit
_config.ymlto your preference gem install jekyll- And you're all set, run
jekyll buildand thenjekyll serve -w. Your site should be up athttp://localhost:4000
- Add baseurl in your config file if your blog is not sitting on root.
1. Clone both _layouts and themes folders and also index.html, about.html and categories.html; make sure you're using the cloned layouts for pages
2. Set the following variables in _config.yml
theme: # scribble/a/b signoff: # your name facebook_appid: # facebook appid for like button google_analytics: # google analytics id disqus_shortname: # disqus account name owner: name: # your name avatar: # your avatar url bio: # biography links: - name: Home url: / - name: Categories url: /categories - name: About url: /about