Releases: panr/hugo-theme-terminal
v4.0.0
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
v3.1.1
v3.1.0
Release 3.0
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
This version brings back Webpack.
Release 2.0.0
Here's what changed:
- Hugo Pipes (instead of Webpack)
- editing the theme is now a lot simpler
- min. Hugo version is 0.74
- installation process https://github.com/panr/hugo-theme-terminal#how-to-start
- contribution process https://github.com/panr/hugo-theme-terminal#feature
Release 1.0.1
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).