Update README.md

This commit is contained in:
Radek Kozieł 2022-10-29 23:02:57 +02:00 committed by GitHub
parent 4a77a89ea7
commit 6601fd0b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
- [How to configure](#how-to-configure) - [How to configure](#how-to-configure)
- [Post archetype](#post-archetype) - [Post archetype](#post-archetype)
- [Add-ons](#add-ons) - [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) - [Found a bug?](#bug)
- [New cool idea or feature](#feature) - [New cool idea or feature](#feature)
- [Terminal theme user?](#terminal-theme-user) - [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. 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 ### Install theme as Hugo Module
```bash ```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. 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 ## How to run your site
```bash ```bash