diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2020-06-16 14:19:31 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2020-06-16 14:19:31 +0200 |
commit | 0a9172672a7f2ed85cf675c96bd01b64641256bb (patch) | |
tree | ed778850d877a411838ae53f0385de0c68b32465 /docs/content/en/getting-started/quick-start.md | |
parent | 6408c1cbc87f03fc9e92471165886ddbe7cdbeae (diff) | |
parent | efa74c5c6e6ff1daddeb5834ea7c69bed2acf171 (diff) | |
download | hugo-0a9172672a7f2ed85cf675c96bd01b64641256bb.tar.gz hugo-0a9172672a7f2ed85cf675c96bd01b64641256bb.zip |
Merge commit 'efa74c5c6e6ff1daddeb5834ea7c69bed2acf171'
Diffstat (limited to 'docs/content/en/getting-started/quick-start.md')
-rw-r--r-- | docs/content/en/getting-started/quick-start.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/getting-started/quick-start.md b/docs/content/en/getting-started/quick-start.md index 8f5847522..525ff8920 100644 --- a/docs/content/en/getting-started/quick-start.md +++ b/docs/content/en/getting-started/quick-start.md @@ -58,7 +58,7 @@ The above will create a new Hugo site in a folder named `quickstart`. See [themes.gohugo.io](https://themes.gohugo.io/) for a list of themes to consider. This quickstart uses the beautiful [Ananke theme](https://themes.gohugo.io/gohugo-theme-ananke/). -First, download the theme from Github and add it to your site's `theme` directory: +First, download the theme from GitHub and add it to your site's `theme` directory: ```bash cd quickstart @@ -83,7 +83,7 @@ echo 'theme = "ananke"' >> config.toml ## Step 4: Add Some Content -You can manually create content files (for example as `content/<CATEGORY>/<FILE>.<FORMAT>`) and provide metadata in them, however you can use the `new` command to do few things for you (like add title and date): +You can manually create content files (for example as `content/<CATEGORY>/<FILE>.<FORMAT>`) and provide metadata in them, however you can use the `new` command to do a few things for you (like add title and date): ``` hugo new posts/my-first-post.md |