From 6ff93d4788c6c47158fc2ceb657036ebad9bc15d Mon Sep 17 00:00:00 2001 From: larry Date: Wed, 5 Jul 2023 12:34:11 +0800 Subject: [PATCH] Update quick-start.md --- content/en/getting-started/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 3beb73ecd..5e73532fa 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -51,7 +51,7 @@ Run these commands to create a Hugo site with the [Ananke] theme. The next secti hugo new site quickstart cd quickstart git init -git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke themes/ananke +git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke echo "theme = 'ananke'" >> hugo.toml hugo server ``` @@ -81,7 +81,7 @@ git init Clone the [Ananke] theme into the `themes` directory, adding it to your project as a [Git submodule]. ```text -git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke themes/ananke +git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke ``` Append a line to the site configuration file, indicating the current theme.