-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
106 lines (89 loc) · 2.08 KB
/
hugo.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
author = 'Gili "OpenBagTwo" Barlev'
baseURL = 'https://openbagtwo.github.io/MarketWatch'
copyright = 'The Guardian, Zach Weinersmith and Gili "OpenBagTwo" Barlev'
enableInlineShortcodes = true
enableRobotsTXT = true
languageCode = 'en-us'
theme = ['hugo-redirect', 'Blonde']
title = 'SMBC MarketWatch'
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 3
[params]
# Enable this if you want the archive list to be in a drop-down format.
archive_dropdown = "false"
# Base color of the website.
# https://tailwindcss.com/docs/background-color
base_color = "bg-gray-800"
# Dark mode by default : dark
# Light mode by default : light
darkmode = "light"
# Site description
description = "Financial Headline Generator"
# The number of articles to be displayed on a single page.
paginator_pages = "5"
# Number of tags to be displayed.
tagsLimit = 20
[params.ad]
# ex. 000000000
adslot = ""
# Google AdSense
# ex. ca-pub-0000000000000000
googleAdSense = ""
postBottom = false
# Placement of ads
postTop = false
[params.post]
# Number of characters in description
description = "130"
# Disable the "NO IMAGE" image.
noimage = true
# Show thumbnails
thumbnail = true
# See the Tailwind CSS documentation to set it up.
# Recommended settings are h-32 to h-48.
# https://tailwindcss.com/docs/height
thumbnail_height = "lg:h-44"
# https://tailwindcss.com/docs/width
thumbnail_width = "lg:w-auto"
[params.widgets]
# Display widgets
display = true
# Order of widgets to display
widgets = ["search", "archive", "category", "tags", "recent"]
[privacy]
[privacy.instagram]
disabled = false
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
[privacy.vimeo]
disabled = false
simple = true
[privacy.youtube]
disabled = false
privacyEnhanced = true
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true
[taxonomies]
archive = "archives"
category = "categories"
tag = "tags"