Site is built with Jekyll and served with GitHub Pages.
- Ruby 2.5.3
- Bundler
To run in development
bundle install
bundle exec jekyll serve
bodyClass
a classname to add to the<body>
tag.date
publish date, in the form2019-04-16 23:52:00
.displayTitle
An override to display on-page instead of the full title.license
copyright licensing:cc-by-nc-sa
,cc-by-sa
.cc-by
.title
post titlesubtitle
used on index pages.excerpt
used for the meta-description tag. Defaults to the first paragraph, otherwise use<!--more-->
tag to explicitly set it.author
an index into an author entry in_data/authors.yml
.metaImage
page specific article image or preview.metaOgType
Open Graph page type,article
, orwebsite
by default.metaKeywords
add keywords to the page meta-tag.tags
an array of tags, e.g.[essays, privacy]
.