-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.toml
More file actions
45 lines (37 loc) · 856 Bytes
/
config.toml
File metadata and controls
45 lines (37 loc) · 856 Bytes
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
baseURL = "https://tinyprinter.club/"
languageCode = "en-us"
title = "tinyprinter.club"
theme = "hugo-theme-basic"
googleAnalytics = "UA-164348245-1"
enableEmoji = true
copyright = "© 2020 tinyprinter.club"
description = "Join the fake Little Printer revolution!"
publishDir = "public"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[params]
titleEmoji = ":tada:"
twitter = "tinyprinterclub"
[Permalinks]
post = "post/:slug"
[[params.menu]]
name = "blog"
url = "post/"
[[params.menu]]
name = "about"
url = "about/"
[privacy]
[privacy.googleAnalytics]
anonymizeIP = false
respectDoNotTrack = true
useSessionStorage = true
[privacy.twitter]
enableDNT = true
[privacy.youtube]
privacyEnhanced = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true