diff --git a/.gitignore b/.gitignore index 9381b76c29..64297518e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store public/ +exampleSite/public diff --git a/exampleSite/content/cont/archetypes.md b/exampleSite/content/cont/archetypes.md index b92de31692..d9a07cc8ee 100644 --- a/exampleSite/content/cont/archetypes.md +++ b/exampleSite/content/cont/archetypes.md @@ -5,7 +5,7 @@ weight: 20 Using the command: `hugo new [relative new content path]`, you can start a content file with the date and title automatically set. While this is a welcome feature, active writers need more : [archetypes](https://gohugo.io/content/archetypes/). -It is pre-configured skeleton pages with default front matter. Please refer to the [documentation]({{< relref "cont/pages#types" >}}) for types of page to understand the differences. +It is pre-configured skeleton pages with default front matter. Please refer to the documentation for types of page to understand the differences. ## Chapter