* 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
Google+ is being shutdown on April 2, 2019. Social sharing buttong, comment provider, and author link configs have been removed from the theme.
ref: https://support.google.com/plus/answer/9195133
Just a minor addition, the word Hindi written in devnagri script (the script used for this language). Makes it easier to visually understand what script we are talking about.
* Punjabi Translation of ui-text
There are more than 100 million native speakers of Punjabi language. I am one of them. More details about [punjabi on wikipedia](https://en.wikipedia.org/wiki/Punjabi_language).
All the punjabi translations are perfect with the following exceptions-
- in the variable name (_config.yml and words_per_minute) which are intentionally left in english.
- meta_label is empty
* Add jekyll-toc include
* Reduce whitespace generated by comments
* Add table of contents include to `single` layout
* Replace `toc` include with jekyll-toc enabled YAML Front Matter
* Update README
* Update table of contents documentation
- Revise `toc` helper include to mention that it will be deprecated in the next major version.
- Add documentation to `single` layout explaining how to enable table of contents on those pages.
* Update CHANGELOG and history
* Update LICENSE
Close#1222
Correct "Posts by Tag" (singular) to be more consistent with "Posts by Category"
* Update tag-archive.html
* Update about.md
* Update 10-layouts.md
* Update README.md
* Update 14-helpers.md
- Jekyll ignore `/docs` and `/test` folders when using from root
- Update Staticman config to point to correct branch and data file location
- Replace `{{ base_path }}` references with `absolute_url` filter
- Update documentation