-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.toml
More file actions
50 lines (39 loc) · 790 Bytes
/
config.toml
File metadata and controls
50 lines (39 loc) · 790 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
46
47
48
49
baseurl = "" # brainmodes2025.org"
title = "BrainModes 2025"
theme = "dimension"
languageCode = "en-us"
defaultContentLanguage = "en"
enableRobotsTXT = true
disableKinds=["RSS"]
[params]
#logo = "fa-laptop"
[[params.social]]
medium = "twitter"
icon = "twitter"
link = "#"
[[params.social]]
medium = "facebook"
icon = "facebook"
link = "#"
[[params.social]]
medium = "instagram"
icon = "instagram"
link = "#"
[[params.social]]
medium = "github"
icon = "github"
link = "#"
[languages]
[languages.en]
languageName = "English"
weight = 1
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
#[module]
# [[module.imports]]
# path = "hugo-module-gallery-grid"
#[module]
# [[module.imports]]
# path = "hugo-shortcode-gallery"