* Add Matomo tracking
* Add development instructions to README
* Add dynamic metadata for EIP pages
* Escape title strings
* Remove Matomo
* Use variables from _config.yaml in head.html
* Omit Jekyll version from header
* Also use twitter_username from _config.yml
* Fix Markdown rendering within summary/detail
* Add vendor to .gitignore
* Remove duplicate github-pages entry from Gemfile
* Require github-pages 198
This brings in fixes to kramdown.
* Remove explicit jekyll version as github-pages brings it in as a dependency
* Update bundler dependency tree
* Fake bundler version
* use Ruby 2.3.0
* Set sane defaults for kramdown
* Fix links after kramdown update
* Remove <details> formatting from EIP-1474 as it is not working with embedded markdown
* Revert "Fix Markdown rendering within summary/detail"
* Fix email in EIP-1812
* Remove <details> formatting from EIP-1620 as it is not working with embedded markdown
* Removed jekyll-feed plugin -- it only works on posts, EIPs are created as pages
* Edited Last Call feed to work, and to have a header with EIP metadata in the RSS feed, including the discussion-to or Github issue link
This adds Twitter Card metadata to the site, using the format that
[`jekyll-seo-tag`](https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md),
a dependency of Minima, understands. This should make the site render better
on Twitter.
I tested this locally and it seemed to work.