-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
116 lines (92 loc) · 2.48 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
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
110
111
112
113
114
115
116
baseURL = "https://geeklaunch.io"
copyright = "Jacob Lindahl"
defaultContentLanguage = "en"
disableKinds = ["taxonomy"]
hasCJKLanguage = true
ignoreFiles = ["\\.psd$"]
languageCode = "en-us"
title = "GeekLaunch"
[params]
description = "Tech tips and tutorials. Computer science educational videos, tutorials, guides, blog posts about Rust programming, blockchain, optimization problems, cybersecurity."
logo = "img/geeklaunch.png"
mastodon = "[email protected]"
twitter = "Geek_Launch"
youtube = "GeekLaunch"
contact = "https://docs.google.com/forms/d/e/1FAIpQLSfL9-JbBMUk2m4D31KouzAHntMtMOb9LOi7uQNiXYX6XEQhiQ/viewform?usp=sf_link"
[params.author]
# Site author
name = "Jacob Lindahl"
# Specific article authors
[params.author."Jacob Lindahl"]
bio = """
Jacob Lindahl is a graduate student at the [Tokyo Institute of Technology](https://www.titech.ac.jp/).
Connect with Jacob on [Twitter](https://twitter.com/sudo_build), [Mastodon](https://infosec.exchange/@hatchet), and [Farcaster](https://warpcast.com/hatchet).
"""
[params.plausible]
host = "plausible.c0d3r.dev"
domain = "geeklaunch.io"
[[params.payment]]
name = "BTC"
identifier = "bc1qepmfn0z26tfhc5uys49t3mthgh5q6hat4kp7hf"
[[params.payment]]
name = "ETH"
identifier = "0xA65E766783C23A230A69281BE33B0Aa765008606"
[[params.payment]]
name = "XMR"
identifier = "89LKw5TZx6qiBfDFMzp8nK1ZnmvRvQzGceHAwGSu1TAH6b88imhBZApJpBS85RYbxebhnMpCEVT6BA85gWZV5ZGo1FZhJoP"
[markup.goldmark.renderer]
unsafe = true
[markup]
[markup.highlight]
anchorLineNos = false
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = ""
lineNos = false
lineNumbersInTable = false
noClasses = false
style = ""
tabWidth = ""
[outputs]
home = ["HTML", "RSS"]
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[[menu.main]]
identifier = "blog"
name = "Posts"
url = "/blog/"
weight = 15
[[menu.main]]
identifier = "youtube"
name = "YouTube"
url = "https://www.youtube.com/c/GeekLaunch?sub_confirmation=1"
weight = 20
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "https://docs.google.com/forms/d/e/1FAIpQLSfL9-JbBMUk2m4D31KouzAHntMtMOb9LOi7uQNiXYX6XEQhiQ/viewform?usp=sf_link"
weight = 30
[privacy]
[privacy.vimeo]
disabled = false
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
[privacy.instagram]
disabled = false
simple = true
[privacy.youtube]
disabled = false
privacyEnhanced = true
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true