-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
30 lines (26 loc) · 1.06 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
baseURL = "https://abs-models.org/"
languageCode = "en-us"
title = "The ABS Modeling Language"
# Change the default theme to be use when building the site with Hugo
theme = "hugo-theme-relearn"
[blackfriday]
# auto-detection of fractions messes up DOIs in the publication page
fractions = false
# For search functionnality
[outputs]
home = [ "html", "rss", "search", "searchpage" ]
[params]
themeVariant = "abs"
ordersectionsby = "weight"
# Are we building the site for deployment in the collaboratory container?
collaboratory = false
# Linking of files contained in the collaboratory. This either points to a
# public instance, or to localhost. See config/collaboratory/config.toml.
# Build with "hugo" for public website or "hugo -e collaboratory" for the
# container.
#
# Links in org-mode:
# [[{{% siteparam "eifilelink" %}}/collaboratory/path/to/File.abs][File.abs]]
# Links in Markdown:
# [File.abs]({{% siteparam "eifilelink" %}}/collaboratory/path/to/File.abs)
eifilelink = "http://ei.abs-models.org:8082/clients/web/index.html?file="