This is source for the website at http://essentialkit.org
This is a template and some instructions for running Github Pages with the minima theme. This repo has the minimum pieces for a blog using Jekyll and Github Pages:
- Frontpage that includes your last blog posts:
_pages/frontpage.md - Custom collection type
_extensions - Archive for all your posts:
_pages/archive.md - About page:
_pages/about.md - Minimum 404 page:
_pages/404.md - Minimum metadata in the
_config.yml - Example CSS change inside
assets/main.scss - Custom footer template
_includes/footer.html
- Install dependencies
bundle install
- Start local server with live-reload
bundle exec jekyll serve