From 13027bb92d09490d63cbc62c513ca5e28cf23114 Mon Sep 17 00:00:00 2001 From: Junyi Date: Mon, 4 Mar 2024 14:43:45 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 31068d7..f94211a 100644 --- a/README.md +++ b/README.md @@ -36,23 +36,11 @@ Anubis2 is another simple minimalist theme for [Hugo blog engine](https://gohugo You need to install an extended version of Hugo to run this theme. -### As Hugo Module (easier and recommended) - -Initiate a `hugo` module system from your project's root directory -```shell -hugo mod init github.com// -``` - -Add the following to your `config.toml` or `config.yaml` -```toml -theme = ["github.com/Junyi-99/hugo-theme-anubis2"] -``` - ### As Git Submodule Inside the folder of your Hugo site run: - $ git submodule add https://github.com/Junyi-99/hugo-theme-anubis2.git themes/anubis + $ git submodule add https://github.com/Junyi-99/hugo-theme-anubis2.git themes/anubis2 For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.