From 6601fd0b147c2d541aeb92a4cdba908be1d04f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Kozie=C5=82?= Date: Sat, 29 Oct 2022 23:02:57 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 675b66c..1d97d7f 100644 --- 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