Cocoa Hugo Theme Versions Save

Responsive Hugo blog theme (note: not actively worked on)

v0.6.0

6 years ago
  • order posts in reverse chronological order (which seemed to have regressed somehow?)
  • gitalk support
  • min required hugo version is now 0.26
  • 500px social icon

commits: https://github.com/nishanths/cocoa-hugo-theme/compare/ded90f8...9eb19a840a94008202b2e47220d09be205854b05

v0.5.0

6 years ago
- excellent improvements to sections! See: 2f4650b397dbfdb476f5bc40a088e0040c051536
- add support for `piwik`, a self-hosted comments platform
- fix indentation of `li` elements
- fix list style type for `ol > li` elements (previously they always used disc instead 
  of decimal)
- upgraded highlightjs version; support for more highlightjs options 
- security improvements such as including `noopener` in links
- more social icons

commit log

v0.4.0

7 years ago
  • Add highlight.js #12
  • Add Gravatar and static image support #25, #26
  • Don't send Referrer header on links #39
  • Lowercase config.toml params (for hugo 0.18 compatibility) #24
  • Update _default/single.html to be same as fixed/single.html #36
  • Add RSS feed and icon #16
  • Fix cache buster #32
  • Use built-in google analytics
    • gatracker field in config.toml is deprecated (use googleAnalytics instead)
  • Replace ionicons with optimized SVGs #47

v0.1.0

7 years ago

Initial release

v0.2.0

7 years ago
  • Added Disqus support. To enable Disqus, add disqusshortname = "XYZ" to config.toml. More details: http://gohugo.io/extras/comments/.
  • In the posts list, replaced date with bullets at smaller screen widths.

v0.3.0

7 years ago
  • Change color from orange to blue; improve colors elsewhere
  • Change div.section to section
  • Rename posts directory to blog
  • Add ability to specify extra CSS files in config.toml
  • Removed WebFontsFile feature from config.toml
  • Remove the initials displayed on top right of single post pages
  • Update example site