* Add copy-to-clipboard button and JS
* Ignore line numbers if present
* Rewrite heading permalink code to use vanilla JS
* README: Add credits to zenorocha/clipboard.js (MIT License)
@iBug really wants a place here in the Credits section :P
* Add .no-copy for hiding the button, update docs
* Add td.rouge-code to selectors
* Fix navigator.clipboard branch
* Add screenreader text for copy button
* Restore focus to the button after copying
* Add site-wide enable switch
* Do not markdownify title
* Support markup in titles
* Support markup in titles
* Fix seo.html as reviewed
* seo_title is now unconditionally computed
---------
Co-authored-by: iBug <git@ibugone.com>
* Make changes to schema easier
* Only show on one page not on all pages
* Move schema.html to _includes/ and move the URL guard out
---------
Co-authored-by: iBug <git@ibugone.com>
* Allow to optionally define website copyright holder name and url using site.copyright and site.copyright_url
* Update _config.yml
---------
Co-authored-by: iBug <git@ibugone.com>
* Add rel=me to author profile links
* Add h-card Microformats markup
* Add h-entry microformat markup
* Fix missing anchor tag
* Fix h-entry microformat markup on single template
* Use minimal subset of Microformat elements
* Move dt-published to `page__date.html` and remove dt-updated
* Remove "author" and "summary"
Leaves "url" as a hidden element
* Add page link to h1 tag
The h1 tag now contains the Schema-org `url` itemprop and the
Microformats `url` class in an anchor tag. The anchor tag is styled to
not look like a link.
* Put author 'u-url' on author__name h3
This also puts the same `{{ author.home | default: '/' | absolute_url }}`
construct on `author__avatar` to remove the Jekyll `author.home`
conditional.
Also addresses SCSS text color error.
* Add script in same style as utterances
But adjusted for the various filed differences
* Add initial script
* Add default settings
* Update changelog
* Add feature to readme
* Add comments html
* add comment provider include
* update config in docs
* Add URL for additional reference
* docs for giscus comments
* Unrelated bugfix: add missing version separator
So that things match the "history" doc.
* add space
* update history doc
* update about doc
* add to test config yaml
* remove unnecessary / incorrect async attribute
* probably should pass the right config paths
* lowercase the repo name
* Update docs to address '1' and '0' for reactions_enabled
Figured I'd match the giscus format rather than convert a boolean to an int there.
* update two additional docs
* docs wording fix
IE9 is absolutely, completely, totally dead. it's marketshare is less than 0.1%.
REF: https://caniuse.com/usage-table
Save some bytes in the HTML for all users by removing the fallback inline CSS.