A modern Jekyll theme focused on speed performance & SEO best practices.
- Compatible with Github Pages
- Minimal, responsive and speed performance optimized
- SEO friendly, with help of Jekyll SEO Plugin
- Easy Google Tag Manager Integration
- Support for Disqus comments
- Form submissions with Formspree
To use this project, you'll need the following things on your local machine:
gem install jekyllDownload and open the NodeJS installer
sudo npm install -g gulpfile- Fork the repo
- Clone or download the repo into directory of your choice:
git clone https://github.com/your-github-username/sleek.git - Inside the directory run
bundle installandnpm install - If you want to use gulp.js run
gulpornpm start
- if you don't want to use gulp you can simply run
bundle exec jekyll serve
Add this line to your Jekyll site's Gemfile:
gem "jekyll-sleek"And add this line to your Jekyll site's _config.yml:
theme: jekyll-sleekAnd then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-sleek
To enable Disqus comments, add your Disqus shortname to _config.yml:
disqus:
shortname: my_disqus_shortnameThe theme is available as open source under the terms of the MIT License.