Skip to content

Releases: panr/hugo-theme-terminal

v4.0.0

21 Aug 14:28
Compare
Choose a tag to compare

We came back with the version 4.0.0!

The new version is more customizable than ever, thanks to Terminal.css. You can even generate matching favicon and default og-image.

Terminal.css was built because many people want their websites to look like Terminal Theme, but (unfortunately) they don't use Hugo. This simple service allows anyone to taste the style of the theme. Terminal.css is stupidly simple because we love simple websites.

On the other hand, many people were asking me about adding new color schemes to Terminal Theme and I wasn't so sure about that... But after Terminal.css came to life I thought: Why not mix both?


Things that have been deprecated and removed from the theme:

  • Sass (scss files). We use vanilla CSS now, since color-mix() has finally been adopted by the browsers. This is handy because you can use simple JS to manipulate the color scheme, whenever you want.
  • oneSizeHeadings param. This can be simply replaced with a few lines of CSS.
  • favicon param. Now, just replace /static/favicon.png with your own file.

Due to Hugo's updates, a language configuration also has slightly changed. But this is not directly related to the theme.

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).