* 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.
* feat: Allow search icon in masthead to be set to a Font Awesome icon.
* fix indentations
* Users wishing to avoid FontAwesome should override _includes/masthead.html
* Added documentation for including custom CSS on a site or page
* Removed non-configuration related content from 05-configuration.md and cleaned up some style in new sections of 16-stylesheets.md
* Moved small custom head documentation to a ProTip in _docs/06-overriding-theme-defaults.md
* Cleaned up some documentation, and added some example uses of custom head and footer.
* Replace double space with single
* Replace double spaces with single
Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
Co-authored-by: Michael Rose <mmistakes@users.noreply.github.com>
* Made notice Sass color mixing in based on $background-color and $text-color instead of hard-coded black and white values.
* Made some style adjustments to notices to improve readability.
Notice links are slightly darkened from the notice color, mostly because the gray-on-gray default notice links were very hard to read. Rather than being $notice-color, they are `mix(#000, $notice-color, 10%)`.
The notice background mix and code-background mix can now be set with the SCSS variables $notice-background-mix and $code-notice-background-mix.
The default mix for background was adjusted to 80%, from 90%.
The default mix for code-background was adjusted to 90%, from 95%.
Skins that still didn't read well were adjusted individually.
* Adjusted sunrise $notice-background-mix to 75%
* Adjusted dark theme notice background mix colors back to the default
Co-authored-by: Tom Manner <tsmanner@us.ibm.com>