-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
28 lines (24 loc) · 757 Bytes
/
hugo.toml
File metadata and controls
28 lines (24 loc) · 757 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
baseURL = "https://www.mathexlab.com/"
languageCode = 'en-us'
title = 'MathExLab'
theme = 'ananke'
[markup.goldmark.renderer]
unsafe = true
[params]
text_color = ""
author = ""
favicon = ""
site_logo = "logo_white.001.png"
description = "Mathematical and Computational Lab for Complex Systems"
custom_css = ["css/custom.css"]
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
recent_posts_number = 3
cover_dimming_class = "bg-black-30"
mainSections = ["positions", "research-highlights", "seminars"]
[[params.ananke_socials]]
name = "linkedin"
url = "https://www.linkedin.com/company/mathexlab"
[caches]
[caches.images]
dir = ':cacheDir/images'