-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
109 lines (98 loc) · 2.58 KB
/
config.toml
File metadata and controls
109 lines (98 loc) · 2.58 KB
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
title = "g o o d t e c h . t i p s"
baseURL = "https://goodtech.tips"
enableEmojify = true
enableInlineShortcodes = true
enableThumbnails = true
enableRobotsTXT = true
languageCode = "en-us"
theme = "Hugo-November-PaperMod"
## https://section508.gov/content/guide-accessible-web-design-development
# Taxonomy
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
# Main Menu
[[menu.main]]
identifier = "blog"
name = "blog"
url = "/posts/"
weight = 10
[[main.menu]]
identifier = "news"
name = "news"
url = "/news/"
weight = 20
[[main.menu]]
identifier = "tag"
name = "tags"
url = "/tags/"
weight = 30
[[main.menu]]
identifier = "contact"
name = "contact"
url = "/contact/"
weight = 40
[[main.menu]]
identifier = "music"
name = "music"
url = "/music/"
[params]
description = "Tips and tricks for IT, cybersecurity, bash scripting, web design and development, and useful information that you must have."
ShowShareButtons = false
[params.netlify]
honeypot = true
recaptcha = true
[params.homeInfoParams]
Title = "Welcome to Good Tech Tips 📔"
Content = "A collection of tech notes I've taken while learning new things."
# [[params.socialIcons]]
# name = "linktree"
# url = "https://linktr.ee/hooksaw_lazrblade"
# [[params.socialIcons]]
# name = "dev"
# url = "https://dev.to/bafflingscience"
# [[params.socialIcons]]
# name = "pinterest"
# url = "https://www.pinterest.com/bafflingscience"
[[params.socialIcons]]
name = "instagram"
url = "https://instagram.com/thedavidsofusa"
[[params.socialIcons]]
name = "github"
url = "https://github.com/bafflingscience"
[[params.socialIcons]]
name = "rss"
url = "index.xml"
[[params.socialIcons]]
name = "soundcloud"
url = "https://soundcloud.com/thedavidsofusa"
[[params.socialIcons]]
name = "email"
url = "mailto:thedavidsofusa@gmail.com"
#Privacy Settings
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = false
enableDNT = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[mediaTypes]
[mediaTypes."application/json"]
suffixes = ["JSON"]
[outputFormats]
[outputFormats.HTML]
mediaType = "text/html"