forked from seamlessaccess/SeamlessAccess-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
63 lines (51 loc) · 1.84 KB
/
config.toml
File metadata and controls
63 lines (51 loc) · 1.84 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
baseURL = "https://seamlessaccess.org/"
languageCode = "en-us"
title = "SeamlessAccess"
themesDir = "themes"
theme = "hugo-hero-theme"
[params]
google_analytics_id=""
[params.homepage_meta_tags]
meta_description = "SeamlessAccess.org is a service designed to help foster a more streamlined online access experience when using scholarly collaboration tools, information resources, and shared research infrastructure."
meta_og_title = "SeamlessAccess.org - true Single Sign On"
meta_og_type = "website"
meta_og_url = "https://seamlessaccess.org"
meta_og_image = "https://seamlessaccess.org/images/logo.svg"
meta_og_description = "SeamlessAccess.org is a service designed to help foster a more streamlined online access experience when using scholarly collaboration tools, information resources, and shared research infrastructure. Your users will be able to sign in using their preferred sign in credentials, and will not be bothered for them again for all SeamlessAccess-enabled sites."
meta_twitter_card = "summary"
meta_twitter_site = "@seamlessaccess"
meta_twitter_creator = "@seamlessaccess"
[[menu.main]]
name = "The Service"
url = "/services/"
weight = 1
[[menu.main]]
name = "Stakeholders"
url = "/stakeholders/"
weight = 2
[[menu.main]]
name = "Documentation"
url = "https://seamlessaccess.atlassian.net/wiki/spaces/DOCUMENTAT/overview"
weight = 3
[[menu.main]]
name = "Learning Center"
url = "/learning-center/"
weight = 4
[[menu.main]]
name = "About"
url = "/about/"
weight = 5
# [[menu.main]]
# name = "Contact"
# url = "/contact/"
# weight = 4
[[menu.main]]
name = "Blog"
url = "/posts/"
weight = 5
[permalinks]
post = "/:year/:month/:day/:slug/"
pages = "/:filename/"
# allow for raw HTML in markdown files
[markup.goldmark.renderer]
unsafe= true