Chalk is a high quality, completely customizable, performant and 100% free blog template for Jekyll.
Features:
- Dark and Light theme.
- Filter on tags.
- customizable pagination.
- Beautified link sharing in Facebook and other social media.
- Automatic time to read post indicator.
- Automatic RSS feed.
- About page.
- 404 page.
- SEO optimized.
- PageSpeed optimized.
- Cross browser support (supports all modern browsers).
- Media embed for videos.
- Enlarge images on click (like Medium).
- Support for local fonts
Integrations
- Google Analytics
- Google Fonts
- Disqus
- Ionicons
- Social media links
Used tools
- Autoprefixer
- Bower
- Circle CI
- Html-proofer
- Jekyll
- Jekyll assets
- Jekyll Sitemap
- HTML5 Boilerplate (Influenced by)
- Kickster
- Retina.js
- STACSS
If you haven't installed the following tools then go ahead and do so (make sure you have Homebrew installed):
brew install ruby
brew install npm
On windows, install Ruby and Node with the installers found here:
Next setup your environment:
bin/setup
Run Jekyll:
bundle exec jekyll serve
Before you deploy, commit your changes to any working branch except the gh-pages
one then run the following command:
bin/deploy
Important note: Chalk does not support the standard way of Jekyll hosting on GitHub Pages. You need to deploy your working branch with the bin/deploy
script. This is because Chalk uses Jekyll plugins that aren't supported by GitHub pages.
You can find more info on how to use the gh-pages branch and a custom domain here.
View this for more info about automated deployment with Circle CI.
MIT License
- Fork it ( https://github.com/[my-github-username]/chalk/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request