This website is based on the Minimal Mistakes Jekyll theme.
Install Jekyll on your machine. Run
bundle exec jekyll serve --watch --future
to compile the website locally and see all future posts. Run
bundle exec jekyll serve --watch --drafts --future
to include posts in the drafts folder.
-
posts are written in Markdown (see posts in _posts folder for examples)
-
filename YYYY-MM-DD-short.md (publishing date)
-
add a new file to the _drafts folder (structured by category)
-
add this header to each post
--- title: "TITLE" author: your author abbreviation toc: true/false category: [101/coolCR/hands-on/history/opinion/research] excerpt: short excerpt header: teaser: /assets/images/posts/teaserImageFilename --- your post goes here -
images for posts are stored in assets/posts folder
-
select a teaser image for the post (500x300)
-
select one of the categories for the post
-
once post is ready for publication move to the _posts folder
-
if this is your first post, make sure that you create your author profile in _data/authors.yml
Contact jessica.burgnerkahrs@utoronto.ca