-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.toml
46 lines (39 loc) · 1.34 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
baseURL = "https://bsidestlv.com/"
languageCode = "en"
title = "BSidesTLV 2024"
# Theme
theme = "devfest-theme-hugo-2020"
# Params
enableEmoji = true
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
disablePathToLower = true
googleAnalytics = "UA-171723556-1"
enableGitInfo = true
[params]
title = "BSidesTLV 2024"
date = "2024-06-27"
description = "BSidesTLV registration is open!"
images = ["/images/logos/bstlv_color.png"]
email = "[email protected]"
keywords = "event, bsidestlv, bsides, telaviv, tel-aviv, security, cybersecurity"
tags = "event, bsidestlv, bsides, telaviv, tel-aviv, security, cybersecurity"
copyright = "We :heart:️ TLV"
cfpUrl = "https://cfp.bsidestlv.com/"
subscriptionUrl = "https://e.bsidestlv.com/subscription/lGCnPUft?locale=en-US"
appleTouchIcon = "/apple-touch-icon.png"
favicon32 = "/favicon-32x32.png"
favicon16 = "/favicon-16x16.png"
manifest = "/manifest.json"
safariPinnedTab = "/safari-pinned-tab.svg"
themeColor = "#000"
googleWebmasterKey = ""
googleMapsApiKey = "AIzaSyAWrX0-FFQ3oJhCjxRgEBbD8FObWg1FXI0"
[params.logos]
jumbo = "/images/logos/bstlv_color_no_bg.png"
header = "/images/logos/bstlv_color.png"
footer = "/images/logos/bstlv_color_no_bg.png"
[taxonomies]
tag = "tags"
[markup.goldmark.renderer]
unsafe= true