Hugo Tranquilpeak Theme Versions Save

A gorgeous responsive theme for Hugo blog framework

0.2.1-ALPHA

7 years ago

Notable changes

  • Easy customization of head and foot via /layouts/partials/(head|foot)_(start|end).html (#80) (thank you @blaubaer)
  • New front matters to hide/show pagination, social buttons and tags (#81) (thank you @blaubaer)
  • Sidebar author avatar link modifiable (#81) (thank you @blaubaer)
[params.sidebar.profile]
    url = ...
  • Alert shortcode support markdown content (#91)
{{< alert info >}}
Praesent diam elit, **interdum** ut [pulvinar](http://foo.bar) placerat, imperdiet at magna.
{{< /alert >}}
  • Add basic post archetype (#76)
  • Remove en.yaml symlink (#84)
  • Fix gravatar integration that was broken (#87)
  • Fix missing css for post meta (#89)
  • Fix front matters coverSize (#93)

Breaking changes

Related to #84, language code en does not exist anymore.

Replace if relevant

languageCode = "en"
defaultContentLanguage = "en"

to

languageCode = "en-us"
defaultContentLanguage = "en-us"

0.2.2-ALPHA

7 years ago

Notable changes

0.2.3-ALPHA

7 years ago

Notable changes

two news settings:

customCSS = ["css/foo.css"]
customJS = ["js/foo.js"]

That allow you to inject your own CSS or JS

  • Fix nav since Hugo 0.18 (#119, #122)
  • Change Next and Previous behavior (#118, #122)

Breaking changes

Related to new Next and Previous behavior #118, nav is now working like following

Next -> Newer post Previous -> Older post

0.3.0-BETA

7 years ago

Notable changes

  • Update minimum requirement to Hugo 0.20 (#134)
  • Fix warning from Hugo 0.19 (#125) (thank you jmugz3)
  • Hugo 0.20 fix 404's page for archive (#111)

Breaking changes

Do not support anymore Hugo version < 0.20!