Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Releases: panr/hugo-theme-terminal

v3.1.2

04 Jan 08:03
7fa36fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

04 Jan 07:28
Compare
Choose a tag to compare

This release updates go.mod version and renames all tags by adding the missing v prefix.

v3.1.0

03 Jan 22:49
b931e14
Compare
Choose a tag to compare

Completely rewritten top navigation with simplified and consistent menu dropdowns.

This release changes a lot in terms of the code for the layout (HTML, CSS) and interaction (JS) — but overall it should increase the modularity of the whole thing.

Release 3.0

03 Jan 22:50
Compare
Choose a tag to compare

This release:

  • completely rewrites the theme structure (eg. CSS -> SCSS)
  • removes Webpack as a compilation step (editing the theme is now flawless) and Node dependencies
  • adds the ability to add the theme as a Hugo Module
  • moves the old code to the webpack branch

Release 2.1.0

03 Jan 22:49
Compare
Choose a tag to compare

This version brings back Webpack.

Release 2.0.0

03 Jan 22:51
Compare
Choose a tag to compare

Here's what changed:

Release 1.0.1

03 Jan 22:50
Compare
Choose a tag to compare

Now cover in posts have absolute paths. That means you can pass to the variable whatever you want: https://github.com/panr/hugo-terminal/blob/master/images/tn.png or img/hello.jpg (relative, local paths start from static dir by default).