-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
66 lines (53 loc) · 2 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
baseURL = 'https://www.t12y.dev/'
languageCode = 'en-us'
title = 'Thought Foundry Engineering'
theme = 'PaperMod'
copyright = '© 2021 Thought Foundry, Inc.'
enableRobotsTXT = true
paginate = 5
[minify]
disableXML = true
[outputs]
home = [ 'HTML', 'RSS', 'JSON' ]
[[menu.main]]
name = 'Archive'
url = 'archives'
weight = 5
[[menu.main]]
name = 'Search'
url = 'search/'
weight = 10
[[menu.main]]
name = 'Tags'
url = 'tags/'
weight = 10
[[menu.main]]
name = 'Categories'
url = 'categories/'
weight = 10
[params]
defaultTheme = 'auto'
ShowReadingTime = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowPostNavLinks = true
ShowToc = true
TocOpen = true
[params.homeInfoParams]
Title = 'T12Y Tech Blog'
Content = '''Tech articles shared by the engineers at Thought Foundry, Inc.
- <strong>T</strong><em>12</em><strong>Y</strong> → <strong>T</strong> <em>h</em><span style="font-size:.5em"><sub>1</sub></span> <em>o</em><span style="font-size:.5em"><sub>2</sub></span> <em>u</em><span style="font-size:.5em"><sub>3</sub></span> <em>g</em><span style="font-size:.5em"><sub>4</sub></span> <em>h</em><span style="font-size:.5em"><sub>5</sub></span> <em>t</em><span style="font-size:.5em"><sub>6</sub></span> <em>F</em><span style="font-size:.5em"><sub>7</sub></span> <em>o</em><span style="font-size:.5em"><sub>8</sub></span> <em>u</em><span style="font-size:.5em"><sub>9</sub></span> <em>n</em><span style="font-size:.5em"><sub>10</sub></span> <em>d</em><span style="font-size:.5em"><sub>11</sub></span> <em>r</em><span style="font-size:.5em"><sub>12</sub></span> <strong>Y</strong>
'''
[[params.socialIcons]]
name = 'github'
url = 'https://github.com/t12y'
[[params.socialIcons]]
name = 'RSS'
url = 'index.xml'
[params.editPost]
URL = "https://github.com/t12y/t12y.github.io/tree/main/content"
Text = "Suggest Changes"
appendFilePath = true
[markup]
[markup.goldmark.renderer]
unsafe = true