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 jekyll
Download 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 install
andnpm install
- If you want to use gulp.js run
gulp
ornpm 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-sleek
And 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_shortname
The theme is available as open source under the terms of the MIT License.