Skip to content

Releases: nishanths/cocoa-hugo-theme

v0.6.0

02 Nov 04:47
Compare
Choose a tag to compare
  • 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: ded90f8...9eb19a8

v0.5.0

16 Oct 12:20
Compare
Choose a tag to compare
- 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

09 Jan 04:34
Compare
Choose a tag to compare
  • 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.3.0

31 Dec 22:53
Compare
Choose a tag to compare
  • 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

v0.2.0

31 Dec 22:55
Compare
Choose a tag to compare
  • 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.1.0

31 Dec 22:55
Compare
Choose a tag to compare

Initial release