diff --git a/README.md b/README.md index 88b2ec5..6d97561 100644 --- a/README.md +++ b/README.md @@ -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: