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 showing background img with non-empty baseurl
Also switch globally to relative_url for all baseurl prepends,
which is more robust than custom URL mangling
* More site.baseurl -> relative_url conversion
* 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
Tags will display as plain text if a user adds tags to a post. If user
sets 'link-tags: true' in _config.yml, then Jekyll will make a new page
for each tag which lists all posts with given tag (provided the site is
not deployed through GitHub pages)