Add a page/site configuration variable named "language", which can be
set either in _config.yml or in a front matter in order to customize
value of "lang" attribute on <html> element. Previously, it was
hardcoded to "en".
* Fix absolute URL generation
url and baseurl config for this theme deviates from jekyll standard,
and that results in double inclusion of project path
if this theme is used as project page.
Switching to Jekyll accepted url usage so that
absolute_url filter works.
* Alternate links need to be aboslute
* mention url and baseurl only need to be modified in local dev
* Update readme on new url/baseurl setting changes
* Added Staicman support
* Corrected template for staticman.yml
* Edit for coherence with _includes/disqus.html
* Updated documentation for Staticman
* Updated License to give credits to Michale Rose
* Update LICENSE
* add more staticman details to readme
* Clearer instructions about reCAPTCHA in YML
* Nest reCAPTCHA param inside Staticman
* Prepend all css selectors with .staticman-comments
Edit suggested by theme owner to avoid CSS rules overriding.
* Add myself to the change log
* Update _config.yml
* remove tag _gen plugin and its folder
* remove deprecated tag index layout
* add tag index page
* link tag index page in nav bar, enable tag links by default
* add button spacer in main css
* fix tag links in post view
* fix tag links on index and pagination
* tag link instuctions removed. it's enabled as default
* add badges to default branch
* add instructions in readme for post badges
* update readme
* add instructions for badges to readme yaml
* switch GH badges to iframes and remove comment out cran badges
* remove cran comment and update yaml table in readme file.
* Update README.md
* Update main.css