commit 6601fd0b147c2d541aeb92a4cdba908be1d04f80
parent 4a77a89ea72dca5958f3b1e1f107042c5ba9942d
Author: Radek Kozieł <radoslaw.koziel@gmail.com>
Date: Sat, 29 Oct 2022 23:02:57 +0200
Update README.md
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -14,7 +14,7 @@
- [How to configure](#how-to-configure)
- [Post archetype](#post-archetype)
- [Add-ons](#add-ons)
-- [How to (safely) edit the theme](#how-to-edit)
+- [How to edit the theme](#how-to-edit)
- [Found a bug?](#bug)
- [New cool idea or feature](#feature)
- [Terminal theme user?](#terminal-theme-user)
@@ -82,6 +82,8 @@ A custom syntax highlighting based on PrismJS. All you need to do is to wrap you
You can download the theme manually by going to [https://github.com/panr/hugo-theme-terminal.git](https://github.com/panr/hugo-theme-terminal.git) and pasting it to `themes/terminal` in your root directory.
+⚠️ The theme needs at least Hugo **Extended** v0.90.x.
+
### Install theme as Hugo Module
```bash
@@ -129,8 +131,6 @@ Error: module "terminal" not found; either add it as a Hugo Module or store it i
then please try to remove `theme = "terminal"` from your config file.
-⚠️ **The theme needs at least Hugo version 0.90.x**.
-
## How to run your site
```bash