Releases: nishanths/cocoa-hugo-theme
Releases · nishanths/cocoa-hugo-theme
v0.6.0
v0.5.0
- 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
v0.4.0
- 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 asfixed/single.html
#36 - Add RSS feed and icon #16
- Fix cache buster #32
- Use built-in google analytics
gatracker
field inconfig.toml
is deprecated (usegoogleAnalytics
instead)
- Replace ionicons with optimized SVGs #47
v0.3.0
- Change color from orange to blue; improve colors elsewhere
- Change
div.section
tosection
- Rename
posts
directory toblog
- Add ability to specify extra CSS files in
config.toml
- Removed
WebFontsFile
feature fromconfig.toml
- Remove the initials displayed on top right of single post pages
- Update example site
v0.2.0
- Added Disqus support. To enable Disqus, add
disqusshortname = "XYZ"
toconfig.toml
. More details: http://gohugo.io/extras/comments/. - In the posts list, replaced date with bullets at smaller screen widths.