-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.toml
116 lines (101 loc) · 3.31 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
baseURL = "/"
languageCode = "en-us"
title = "QRL: The Quantum Resistant Ledger"
timeout = 300000
[params]
telegram="QRLedgerOfficial"
twitter="QRLedger"
youtube="QRLedger"
images = ["/logocircle.png"]
description = "The Quantum Resistant Ledger (QRL) is a first-of-its-kind, post-quantum value store and decentralized communication layer proactively tackling the threat advanced Quantum Computers pose to cryptocurrencies"
dateFormat = "02 Jan 2006"
[[headers]]
for = '/**'
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"
X-Content-Type-Options = "nosniff"
Cache-Control = "no-transform"
Access-Control-Allow-Origin = "*"
Content-Security-Policy = "default-src 'self' 'unsafe-eval' *.youtube.com embed.typeform.com form.typeform.com; script-src 'self' *.googletagmanager.com embed.typeform.com *.google-analytics.com; media-src 'self' www.google-analytics.com *.youtube.com; font-src 'self' data:; frame-src 'self' *.youtube.com; connect-src 'self' *.google-analytics.com *.youtube.com; img-src 'self' *.google-analytics.com *.youtube.com; style-src 'self' 'unsafe-inline' embed.typeform.com; base-uri 'self'; frame-ancestors 'self' *.youtube.com; form-action 'self' theqrl.us15.list-manage.com; manifest-src 'self'; worker-src 'self';"
Referrer-Policy = "strict-origin-when-cross-origin"
X-Permitted-Cross-Domain-Policies = "none"
Cross-Origin-Embedder-Policy = "unsafe-none"
Cross-Origin-Opener-Policy = "same-origin"
Cross-Origin-Resource-Policy = "cross-origin"
[module]
[[module.imports]]
path = 'github.com/theQRL/qips'
disable = false
[[module.imports.mounts]]
source = './qips'
target = 'content/qips'
[[module.mounts]]
source = 'assets/js/mathjax'
target = 'static/js/mathjax'
[[module.mounts]]
source = 'assets/static'
target = 'static'
[[module.mounts]]
source = 'assets/content/blog'
target = 'static/img/blogs'
[markup]
[markup.blackFriday]
angledQuotes = false
footnoteAnchorPrefix = ''
footnoteReturnLinkContents = ''
fractions = true
hrefTargetBlank = false
latexDashes = false
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = false
smartypantsQuotesNBSP = false
taskLists = true
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = true
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "monokai"
tabWidth = 4
[taxonomies]
author = "team"
tag = "tags"
category = "categories"
organization = "organizations"
nation = "nations"
feature = "features"
fork = "forks"
series = "series"
weekly = "weekly"
quantum-news = "quantum-news"
[permalinks]
blog = "/blog/:slug/"
events = "/events/:slug/"
pages = "/:slug/"
weekly = "/weekly/:slug/"
quantum = "/quantum/:year/:slug/"
organizations = "/quantum-news/organization/:slug"
nations = "/quantum-news/nation/:slug"
[minify]
disableCSS = false
disableHTML = false
disableJS = true
disableJSON = false
disableSVG = false
disableXML = false
minifyOutput = true