-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhugo.toml
72 lines (64 loc) · 1.51 KB
/
hugo.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
languageCode = 'en-US'
title = 'Frankfurt Bitcoin Meetup'
theme = "anubis2"
defaultContentLanguage = "en"
showFullContent = true
[author]
name = "btcffm"
[params]
author = "btcffm"
description = "Website of the Bitcoin Meetup Frankfurt"
dateFormat = "02.01.2006"
paginationSinglePost = true
showFullContent = true
disableComments = true
colorTheme = "auto"
colorThemeSwitcher = true
#readMore = false
#readNextPosts = 2
copyCodeButton = true
rssAsSocialIcon = true
locale = "de-de"
mathjax = false
toc = false
[[params.social]]
id = "telegram"
url = "https://t.me/btcffm"
[[params.social]]
id = "github"
url = "https://github.com/btcffm"
[[params.social]]
id = "nostr"
url = "https://primal.net/p/npub1m3msk8ssz6rv3kvqmsavufry0qayzxx5cldx22plrhlrntgkmh7qr37c50"
[[params.social]]
id = "twitter"
url = "https://twitter.com/btcffm"
[[params.social]]
id = "meetup"
url = "https://www.meetup.com/de/bitcoin-frankfurt/"
[[params.social]]
id = "donate"
url = "https://geyser.fund/project/frankfurterbitcoinmeetup"
defaultContentLanguage = 'en'
defaultContentLanguageInSubdir = true
[languages]
[languages.de]
contentDir = 'content/de'
disabled = false
languageCode = 'de-DE'
languageDirection = 'ltr'
languageName = 'Deutsch'
weight = 2
[languages.en]
contentDir = 'content/en'
disabled = false
languageCode = 'en-US'
languageDirection = 'ltr'
languageName = 'English'
weight = 1
[taxonomies]
category = "categories"
tag = "tags"
author = "authors"
[markup.goldmark.renderer]
unsafe = true