diff --git a/exampleSite/content/posts/getting-started.md b/exampleSite/content/posts/getting-started.md index 446e8f6..56967bc 100644 --- a/exampleSite/content/posts/getting-started.md +++ b/exampleSite/content/posts/getting-started.md @@ -124,7 +124,7 @@ To prepare your new site environment just a few steps are required: hugo server -D ``` - If you want to add some demo data you could use the content from [hugoBasicExample](https://github.com/gohugoio/hugoBasicExample): + If you want to add some demo data you could use the content from the [Hugo basic example](https://github.com/gohugoio/hugoBasicExample): ```Shell curl -L https://github.com/gohugoio/hugoBasicExample/archive/master.tar.gz | tar -xz --exclude "config*" --exclude "LICENSE" --exclude "README*" --strip-components=1