mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 18:24:37 -04:00
Minor clarification over the last commit
This commit is contained in:
parent
5c86bdc8a9
commit
a9c6fd9b73
@ -63,18 +63,16 @@ See [themes.gohugo.io](https://themes.gohugo.io/) for a list of themes to consid
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd quickstart
|
cd quickstart
|
||||||
git init # optional, but recommended
|
|
||||||
|
|
||||||
# Download the theme
|
# Download the theme
|
||||||
|
git init
|
||||||
git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
|
git submodule add https://github.com/budparr/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
|
# version of this theme from:
|
||||||
# of this theme from https://github.com/budparr/gohugo-theme-ananke/archive/master.zip .
|
# https://github.com/budparr/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.
|
||||||
#
|
|
||||||
# End of note for non-git users.
|
# End of note for non-git users.
|
||||||
|
|
||||||
# Edit your config.toml configuration file
|
# Edit your config.toml configuration file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user