source: main/waeup-hugo/themes/dimension/exampleSite/config.toml @ 17929

Last change on this file since 17929 was 14926, checked in by Henrik Bettermann, 7 years ago
File size: 1.1 KB
Line 
1baseurl = "http://example.org"
2title = "Dimension"
3theme = "dimension"
4languageCode = "en-us"
5defaultContentLanguage = "en"
6enableRobotsTXT = true
7disableKinds=["RSS"]
8
9[params]
10  description = '<!--[-->A fully responsive site template designed by <a href="https://html5up.net">HTML5 UP</a> and released<!--]--><br />
11                <!--[-->for free under the <a href="https://html5up.net/license">Creative Commons</a> license.<!--]-->'
12  logo = "fa-diamond"
13  copyright = "Untitled"
14
15[[params.social]]
16  medium = "twitter"
17  icon = "twitter"
18  link = "#"
19
20[[params.social]]
21  medium = "facebook"
22  icon = "facebook"
23  link = "#"
24
25[[params.social]]
26  medium = "instagram"
27  icon = "instagram"
28  link = "#"
29
30[[params.social]]
31  medium = "github"
32  icon = "github"
33  link = "#"
34
35[languages]
36[languages.en]
37languageName = "English"
38weight = 1
39
40[languages.de]
41languageName = "Deutsch"
42weight = 2
43title = "Dimension"
44description = '<!--[-->A fully responsive site template designed by <a href="https://html5up.net">HTML5 UP</a> and released<!--]--><br />
45                <!--[-->for free under the <a href="https://html5up.net/license">Creative Commons</a> license.<!--]-->'
Note: See TracBrowser for help on using the repository browser.