commit fae2bc6ae16376757a23821688a06ead35b39b86
parent 6886f9b0d63a02c31582342d89cd7de69a3f1a1b
Author: Lou Woell <lou.woell@posteo.de>
Date: Sat, 15 Mar 2025 00:57:15 +0100
update metadata
Diffstat:
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
@@ -1,9 +1,5 @@
Hugo Theme for my Personal Website. Adapted from Panrs [Terminal Theme](https://github.com/panr/hugo-theme-terminal/)
-----
-
-### ⚠️ The theme needs at least Hugo **Extended** v0.90.x.
-
---
- [Features](#features)
@@ -94,8 +90,6 @@ You can also choose **one of the 3 possibilities** to install the theme:
2. as a standalone local directory
3. as a git submodule
-⚠️ The theme needs at least Hugo **Extended** v0.90.x.
-
### Install theme as Hugo Module
```bash
diff --git a/theme.toml b/theme.toml
@@ -1,13 +1,17 @@
name = "terminal"
license = "MIT"
-licenselink = "https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md"
+licenselink = "https://git.repetitions.de/hugo-theme-terminal/file/LICENSE.md.html"
description = "A simple, retro theme for Hugo."
-homepage = "https://github.com/panr/hugo-theme-terminal/"
+homepage = "https://git.repetitions.de/hugo-theme-terminal/"
tags = ["blog", "clean", "customizable", "dark", "highlighting", "minimal", "monotone", "multilingual", "personal", "responsive", "simple", "technical", "retro"]
features = ["blog", "shortcode", "syntax highlighting"]
min_version = "0.144.2"
[author]
+ name = "lou woell"
+ homepage = "https://repetitions.de"
+
+[original]
name = "panr"
homepage = "https://radoslawkoziel.pl"
twitter = "https://twitter.com/panr"