showHeadingAnchors |
boolean |
article.showHeadingAnchors |
@@ -157,7 +166,7 @@ Front Matter
The config files that ship with Congo contain all of the possible settings that the theme recognises. By default, many of these are commented out but you can simply uncomment them to activate or change a specific feature.
A few things you need to set for a new installation:
@@ -99,7 +102,7 @@ Getting Started
{ twitter = "https://twitter.com/username" }
]
The [author]
configuration determines how the author information is displayed on the website. The image should be placed in the site’s static/
folder. Links will be displayed in the order they are listed.
-Further detail about these configuration options is covered in the Configuration section.
+Further detail about these configuration options is covered in the Configuration section.
Organising content #
By default, Congo doesn’t force you to use a particular content type. In doing so you are free to define your content as you wish. You might prefer pages for a static site, posts for a blog, or projects for a portfolio.
The same logic applies to taxonomies. Some people prefer to use tags and categories, others prefer to use topics.
@@ -120,14 +123,14 @@ Getting Started
name = "Topics"
pageRef = "topics"
weight = 20
-These steps are the bare minimum configuration. If you now run hugo server
you will be presented with a blank Congo website. Detailed configuration is covered in the Configuration section.
+These steps are the bare minimum configuration. If you now run hugo server
you will be presented with a blank Congo website. Detailed configuration is covered in the Configuration section.