-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
86 lines (72 loc) · 2.26 KB
/
config.toml
File metadata and controls
86 lines (72 loc) · 2.26 KB
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
baseURL = 'https://code.lhc.lu'
languageCode = 'en-uk'
# homepage params
title = 'Code @ LHC'
description = "Inventory of **Open Source Software** of the *Luxembourg House of Cybersecurity*"
main_button = "Discover our Projects"
main_button_sub = "powered by the two centres hosted at the Luxembourg House of Cybersecurity: [CIRCL](https://circl.lu) & [NC3](https://nc3.lu)"
subtitle = "**Open source software is more important than ever!** *And we are committed to improve and cyber secure the society through open technologies.*"
copyright = "The Luxembourg House of Cybersecurity - Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)"
[pagination]
pagerSize = 4
Paginate = 4
theme = "kode"
themes = ["kode"]
[module]
[[module.mounts]]
source = "content"
target = "content"
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "data"
target = "data"
[[module.mounts]]
source = "archetypes"
target = "archetypes"
[[module.mounts]]
source = "themes/kode/layouts"
target = "layouts"
[[module.mounts]]
source = "themes/kode/static"
target = "static"
[[module.mounts]]
source = "themes/kode/archetypes"
target = "archetypes"
[taxonomies]
tag = "tags"
[permalinks]
post = '/:year/:month/:day/:slug/'
[[menu.main]]
[[menu.footer]]
name = "Projects"
weight = 10
url = "/projects/"
[[menu.footer]]
name = "Contact"
weight = 90
url = "https://lhc.lu/contact"
[params]
description = "Luxembourg House of Cybersecurity"
show_post_dates = true
RSSLink = "/index.xml"
author = "LHC" # add your company name
github = "https://github.com/NC3-LU" # add your github profile name
twitter = "houseofcyber_lu" # add your twitter profile
email = "code@lhc.lu"
[[params.social]]
title = "CIRCL GitHub account"
icon = "fa-github"
url = "https://github.com/CIRCL"
[[params.social]]
title = "NC3 GitHub account"
icon = "fa-github"
url = "https://github.com/NC3-LU"
[[params.social]]
title = "CyberSecurityLuxembourg GitHub account"
icon = "fa-github"
url = "https://github.com/CybersecurityLuxembourg"