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

config.toml « exampleSite - github.com/zzzmisa/hugo-theme-doors.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35e753996978a0abe082d87d333d6263f2a10169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Page settings

baseurl = "https://example.org/"
languageCode = "en-us"
title = "Hugo Theme Doors"
copyright = "© Hugo Theme Door"
googleAnalytics = "UA-xxxxxxxx-x"
disableKinds = ["taxonomy", "taxonomyTerm"]
theme = "hugo-theme-doors"

disableRSS = true
disableSitemap = true
disable404 = true

# Site information
[params]
description = ""
ogimage = "images/work1.jpg"

# Project section
[params.projects]

[[params.projects.list]]
title = "Name of the work 1"
url = "#"
description = "Describe your work summary"
image = "images/work1.jpg"
w = "780"
h = "518"

# Subproject section
[params.subprojects]

[[params.subprojects.list]]
title = "The work 2"
url = "#"
description = "Lorem ipsum dolor sit amet"
image = "images/work2.jpg"
w = "780"
h = "522"

[[params.subprojects.list]]
title = "The work 3"
url = "#"
description = "Consectetur adipiscing elit"
image = "images/work3.jpg"
w = "780"
h = "518"

[[params.subprojects.list]]
title = "The work 4"
url = "#"
description = "Sed do eiusmod tempor incididunt"
image = "images/work4.jpg"
w = "780"
h = "518"

# Contact section
[params.contact]
twitter = "#"
linkedin = "#"
github = ""
email = "#"