Heidi
is a clean Jekyll theme/template for artists, photographers etc. that want to showcase themselves and their works.
It's based on Hyde by @mdo.
In addition to the features of Hyde
, Heidi
adds the following:
gallery
layout that can be populated with images from pages that haveimage
layout- Multilingual and i18n support using
jekyll-polyglot
- Metadata tags for search engines and social networks using
jekyll-seo-tag
- Minified HTML, CSS and JavaScript assets with
jekyll-minifier
- Uses
kramdown
for markdown androuge
as highlighter
- Clone or fork
Heidi
repository - Install jekyllrb
- Install dependencies
cd heidi && bundle install --path .bundle
- Edit website content
- Build the site
bundle exec jekyll build
- Your static site is in
_site
directory
For more help regarding Jekyll goto their website.
- Fork it!
- 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
- petoem Michael Petö - creator, maintainer
Open sourced under the MIT license.