Dekyll is a clean and minimal blog theme for Jekyll based on Minima theme, the Jekyll's default theme. All configurations are under _config.yml
file.
By default, Dekyll does not compatible with Github Pages.
You need to build locally and push to Github repository if you want to use Dekyll with Github Pages. In the future Dekyll will re-architecture as gem-based theme.
See railsmine.net for demo.
git clone [email protected]:kuntoaji/dekyll.git
bundle install
.bundle exec jekyll serve
Google Analytic and Disqus are only rendered in production environment, you must set JEKYLL_ENV=production
when building Dekyll.
JEKYLL_ENV=production jekyll build