* Refactor code block styles
Code block bg adopts to custom user bg color instead of using
hardcoded color, preserving original design as much as possible.
* Revert to linear-gradient(), exchange strip order
repeating-linear-gradient() doesn't generate necessary stripping near
code block borders
* 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
* update fontawesome to 4.7
* adds remarkup inspired boxes
* adds markdown example as image
* adds draft post with usage examples
* move box definitions in main.css
* Revert "update fontawesome to 4.7"
This reverts commit 9d7c96cbb2586cd93b91dd099d95c2558aca3bb7.
* moves box examples into showcase post
* fix line endings in test-markdown
* fix line endings