* 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
* 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
* Add option to use site title as HTML document title
* Add configurable title separator character
* Keep old document title behaviour when not using use-site-title