-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
34 lines (29 loc) · 1.02 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
baseurl = "/REPLAY-website/"
title = "REPLAY"
publishdir = "docs/"
languageCode = "en-us"
theme = "Mainroad"
[Params]
description = "Website of the DFG-funded REPLAY project"
opengraph = true
twitter_cards = false
readmore = false # Show "Read more" button in list if true
authorbox = false
pager = false
post_meta = ["date", "categories"] # Order of post meta information
mainSections = ["post"]
[Params.logo]
image = "img/REPLAY_claim_colour.png"
title = false
subtitle = "REProducible Luminescence Data AnalYses"
[Params.sidebar]
home = "right" # Configure layout for home page
list = "right" # Configure layout for list pages
single = "right" # Configure layout for single pages
# Enable widgets in given order
widgets = ["search", "recent", "categories", "taglist"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = false # Enable counter for each tag in "Tags" widget (disabled by default)
[permalinks]
post = "/post/:year/:month/:slug"