Update README.md

This commit is contained in:
Radek Kozieł 2022-10-29 23:01:43 +02:00 committed by GitHub
parent eb7d5dc383
commit 242efdb428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -19,7 +19,7 @@
- [How to display the Last Modified Date in your posts](#how-to-display-the-last-modified-date-in-your-posts)
- [How to hide "Read more" button](#how-to-hide-read-more-button)
- [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)
- [`Hello Friend` theme user?](#hello-friend-theme-user)
@ -93,6 +93,8 @@ Some enhancements have been made to Hugo's [internal RSS](https://github.com/goh
You can download the theme manually by going to [https://github.com/panr/hugo-theme-hello-friend.git](https://github.com/panr/hugo-theme-hello-friend.git) and pasting it to `themes/hello-friend` in your root directory.
⚠️ **The theme needs at least Hugo **Extended** v0.90.x**.
### Install theme as Hugo Module
```bash
@ -124,8 +126,6 @@ Error: module "hello-friend" not found; either add it as a Hugo Module or store
then please try to remove `theme = "hello-friend"` from your config file.
⚠️ **The theme needs at least Hugo version 0.90.x**.
### Install theme locally
```bash
@ -142,8 +142,6 @@ git submodule add -f https://github.com/panr/hugo-theme-hello-friend.git themes/
This will install the repository as a sumbodule in the `themes/hello-friend` directory.
⚠️ **The theme needs at least Hugo version 0.90.x**.
## How to run your site
From your Hugo root directory run: