Update to theNewDynamic repository (#1263)

This commit is contained in:
Jan Steinke 2021-03-26 14:52:10 +01:00 committed by GitHub
parent f5b5c1d2c6
commit 1172fb6d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,13 +65,13 @@ First, download the theme from GitHub and add it to your site's `themes` directo
```bash ```bash
cd quickstart cd quickstart
git init 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:* *Note for non-git users:*
- If you do not have git installed, you can download the archive of the latest - If you do not have git installed, you can download the archive of the latest
version of this theme from: 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. - Extract that .zip file to get a "gohugo-theme-ananke-master" directory.
- Rename that directory to "ananke", and move it into the "themes/" 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). **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 %}} {{% /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/).** **For further theme customization, see [Customize a Theme](/themes/customizing/).**