-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
64 lines (53 loc) · 1.62 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
# About the site
baseURL = "https://cocky-pare-3da5d5.netlify.app/"
title = "Hugo & Tailwind 3 Template"
# Default Language
languageCode = "en-us"
DefaultContentLanguage = "en"
# Site Settings
enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
canonifyURLs = true
# Author and Social Details
[params]
description = "A minimal Hugo template using Tailwind 3 and optimized for SEO."
author = "Benjamin Price"
github = "https://github.com/BenjaminPrice"
facebook = "https://facebook.com/benpricedev"
og_image = "/images/og.png"
sitename = "Hugo & Tailwind 3 Template"
twitter = "@benpricedev"
# The following should be relative to the root domain or abosolute URL
favicon = ""
publisherIcon = "" # Higher resolution version of favicon (Optional)
articleSections = ['blog', 'posts']
# Language Weights
[languages]
[languages.en]
languageName = "English"
languageCode = "en-us"
weight = 1
[languages.ja]
languageName = "Japanese"
languageCode = "ja"
weight = 2
# **************************************************************************************
# WARNING: Advanced Users Only Below Here
# You shouldn't need to update these settings unless you're modifying the base template.
# **************************************************************************************
# Template Settings
disableKinds = ["page", "section", "taxonomy", "term", "taxonomyTerm"]
[taxonomies]
category = "categories"
tag = "tags"
[module]
[module.hugoVersion]
min = "0.93.2"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[build]
# Used by PurgeCSS
writeStats = true