-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
76 lines (65 loc) · 1.89 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
# publishDir = "docs"
# baseURL = "https://competent-nightingale-85ae87.netlify.com/"
languageCode = "en"
title = "QCrypt 2023"
# Theme
theme = "devfest-theme-hugo"
# Params
enableEmoji = true
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
GoogleAnalytics = "G-221GMGECQ6"
[params]
title = "QCrypt 2023"
date = "2023-08-14"
description = "13th International Conference on Quantum Cryptography, organized from University of Maryland, College Park, MD, USA, 14 - 18 August 2023"
images = ["/images/social-share.jpg"]
email = "[email protected]"
keywords = "event, quantum cryptography, QCrypt, University of Maryland, Maryland"
copyright = "We :heart: sheep"
copyright_link = "https://github.com/QCrypt/website-2023"
# cfpUrl = ""
# subscriptionUrl = ""
appleTouchIcon = "/apple-touch-icon.png"
favicon32 = "/favicon-32x32.png"
favicon16 = "/favicon-16x16.png"
manifest = "/manifest.json"
safariPinnedTab = "/safari-pinned-tab.svg"
themeColor = "#086788"
[params.logos]
jumbo = "/images/logos/QuCrC23_Logo.png"
header = "/images/logos/QuCrC23_Logo.png"
footer = "/images/logos/netlify-color-accent.svg"
footer_link = "https://www.netlify.com"
[menu]
[languages]
[languages.en]
weight = 1
languageName = "us"
[taxonomies]
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = false
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.instagram]
disable = true
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = true
simple = false
[privacy.youtube]
disable = true
privacyEnhanced = true