-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
52 lines (43 loc) · 961 Bytes
/
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
# Site Details
title = "Pears"
description = "This is a description!"
baseURL = "/"
[params]
# Used for Open Graph tags & Twitter card tags.
title = "🍐️ Pears "
description = " A starter kit for building static sites quickly, easily, and efficiently."
images = ["images/share-image.png"]
# Language
languageCode = "en-us"
DefaultContentLanguage = "en"
# Build
canonifyUrls = true
disableHugoGeneratorInject = true
enableRobotsTXT = true
enableGitInfo = true
disableFastRender = true
# Content
disableKinds = ["taxonomy", "term"]
enableEmoji = true
enableInlineShortcodes = true
summaryLength = 40
[permalinks]
posts = "/blog/:year/:month/:title/"
[imaging]
resampleFilter = 'Lanczos'
quality = 85
[imaging.exif]
includeFields = ""
disableDate = true
disableLatLong = true
[build]
writeStats = true
[social]
twitter = "bradparbs"
[Author]
name = "Brad Parbs"
[menu]
[[menu.main]]
name = "Github"
url = "https://github.com/bradp/pears"
weight = 100