forked from dai-dinamici/dai-dinamici.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
42 lines (42 loc) · 1.18 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
baseURL = "https://www.dinamici.org/"
description = "The Community of Italian Dynamicists"
languageCode = "en-US"
theme = "mainroad"
title = "DinAmicI"
[Params]
description = "The Community of Italian Dynamicists"
mainSections = ["news", "dai-seminars", "events", "open-positions"]
mathjax = true
mathjaxConfig = "TeX-AMS_SVG"
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js"
opengraph = true
pager = true
readmore = true
schema = true
twitter_cards = true
[Params.logo]
image = "images/logo-crop.png"
subtitle = "Dynamics, Applications, Interactions"
[Params.sidebar]
home = "left"
list = "left"
single = "left"
widgets = ["recent", "ddg-search", "sidemenu", "newsletter", "social"]
[Params.style.vars]
highlightColor = "#E5622A"
[Params.widgets]
recent_num = 5
[Params.widgets.social]
twitter = "dinamici"
[[Params.widgets.social.custom]]
icon = "svg/facebook.svg"
title = "Facebook"
url = "https://www.facebook.com/groups/1709850812592546"
[[Params.widgets.social.custom]]
icon = "svg/youtube.svg"
title = "Youtube"
url = "https://www.youtube.com/channel/UCyNNg155G3iLS7l-qZjboyg"
[outputFormats.Calendar]
protocol = "https://"
[permalinks]
posts = "/:year/:month/:slug/"