From 1172fb6d091984aae3c3722705ff1d10ff3dee4f Mon Sep 17 00:00:00 2001 From: Jan Steinke Date: Fri, 26 Mar 2021 14:52:10 +0100 Subject: [PATCH] Update to theNewDynamic repository (#1263) --- content/en/getting-started/quick-start.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index f2378f4a7..6d8f2b1fc 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -65,13 +65,13 @@ First, download the theme from GitHub and add it to your site's `themes` directo ```bash cd quickstart git init -git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke +git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke ``` *Note for non-git users:* - If you do not have git installed, you can download the archive of the latest version of this theme from: - https://github.com/budparr/gohugo-theme-ananke/archive/master.zip + https://github.com/theNewDynamic/gohugo-theme-ananke/archive/master.zip - Extract that .zip file to get a "gohugo-theme-ananke-master" directory. - Rename that directory to "ananke", and move it into the "themes/" directory. @@ -163,7 +163,7 @@ Replace the `title` above with something more personal. Also, if you already hav **Tip:** Make the changes to the site configuration or any other file in your site while the Hugo server is running, and you will see the changes in the browser right away, though you may need to [clear your cache](https://kb.iu.edu/d/ahic). {{% /note %}} -For theme specific configuration options, see the [theme site](https://github.com/budparr/gohugo-theme-ananke). +For theme specific configuration options, see the [theme site](https://github.com/theNewDynamic/gohugo-theme-ananke). **For further theme customization, see [Customize a Theme](/themes/customizing/).**