Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml « exampleSite - github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c8ab46c5ce91be84c907e3c5802ae74765ba907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
baseurl = "http://example.com/"
# If you use "hugo server" you might want to use this entry:
#baseurl = "http://localhost:1313/"
title = "Hamburg theme example"
copyright = "© Lorem ipsum ... and so on ..."

theme = "hamburg"

[menu]
	[[menu.main]]
		name = "About"
		identifier = "about"
		url = "pages/about"

[params]
	subtitle = "The great example site of the hugo-hamburg-theme"
	mainSections = ["posts"]