Swiss Design-inspired theme for Jekyll by Samuel Allemang. Built on Bootstrap, with colours inspired by Material Design.
Set the following in _config.yml
:
- Site title
- Contact email
- Meta description
- Twitter and GitHub usernames
- BaseURL and URL
- Markdown and permalink settings
- The header nav is automatically generated from your non-root, non-category, non-tag pages. It can be modified in
_inlcudes/header.html
- Add an image to the
img
directory; add it as a new array toportfolio.md
, with the filename and a relevant URL.
To include a script on one page, add it to the /js
folder and include script: yourScriptNameHere.js
in your page’s frontmatter.