-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
119 lines (94 loc) · 2.69 KB
/
config.toml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
######################## default configuration ####################
baseURL = "/"
title = "Twenty Twenty Hugo for Forestry"
languageName = "En"
languageCode = "en-us"
theme = "github.com/themefisher/twenty-twenty-hugo"
# post pagination
paginate = "6"
# post excerpt
summaryLength = "10"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = [] # desable language from here
# google analytics
googleAnalytics = "" # example : UA-123-45
############################## Output ###############################
[outputs]
home = ["HTML", "RSS", "JSON"]
# unsafe html
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
category = "categories"
tag = "tags"
author = "author"
############################## navigation ###############################
# main menu
[[menu.main]]
name = "Home"
URL = "/"
weight = 1
[[menu.main]]
name = "About"
URL = "about"
weight = 2
[[menu.main]]
name = "Blog"
URL = "blog"
weight = 3
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 4
[[menu.main]]
name = "Sample Page"
URL = "sample-page"
weight = 5
# only desktop menu
[[menu.desktop]]
name = "Contact"
URL = "contact"
weight = 1
#################### default parameters ################################
[params]
# Meta data
description = "This is meta description"
author = "Themefisher"
# banner
[params.banner]
heading = "The New UMoMA Opens its Doors"
image = "images/2020-landscape-1-2.png"
# blog
[params.blog]
heading = "The premier destination for modern art in Northern Sweden. Open from 10 AM to 6 PM every day during the summer months."
# call to action
[params.call_to_action]
enable = true
title = "Contact us for more information."
content = "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis"
button_label = "Contact Us"
button_url = "contact"
# gallery
[params.gallery]
enable = true
[[params.gallery.gallery_item ]]
image = "images/2020-square-2.png"
[[params.gallery.gallery_item ]]
image = "images/2020-square-1.png"
# footer
[params.footer]
title = "About This Site"
content = "This may be a good place to introduce yourself and your site or include some credits."
address = "123 Main Street <br> New York, NY 10001"
hours = "Monday–Friday: 9:00AM–5:00PM <br> Saturday & Sunday: 11:00AM–3:00PM"
copyright = "Copyright © 2020 a hugo theme by [themefisher](https://themefisher.com) ported from [WordPress Twenty Twenty](https://github.com/WordPress/twentytwenty)"
############################# social site ########################
[params.social]
yelp = "#"
facebook = "#"
twitter = "#"
instagram = "#"
email = "#"
linkedin = "#"