Skip to content

Releases: panr/hugo-theme-terminal

v4.0.6

07 Sep 21:46
Compare
Choose a tag to compare

What's Changed

  • add KaTeX support as a community feature by @amtoine in #468

New Contributors

Full Changelog: v4.0.5...v4.0.6

v4.0.5

31 Aug 10:09
Compare
Choose a tag to compare

Update marketing stuff v2

v4.0.4

30 Aug 17:24
Compare
Choose a tag to compare

Update marketing stuff for Terminal.css

Full Changelog: v4.0.3...v4.0.4

4.0.3

29 Aug 10:38
Compare
Choose a tag to compare
  • Fixes issues with headings (duplicated h1)
  • Fixes styling for headings
  • Adapts to updated terminal.css

Full Changelog: v4.0.2...v4.0.3

v4.0.2

25 Aug 08:01
ff18632
Compare
Choose a tag to compare

Update README

Full Changelog: v4.0.1...v4.0.2

v4.0.1

23 Aug 07:43
Compare
Choose a tag to compare

Updates related to Hugo Themes collection.

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.