-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
49 lines (41 loc) · 1.28 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
43
44
45
46
47
48
49
baseURL = "/access2justicePDX/"
fullURL = "//www.codeforportland.org/access2justicePDX/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Access2Justice"
theme = "hugo-theme-learn"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir = true
githubBaseURL = "https://github.com/CodeForPortland/access2justicePDX/tree/master/content/"
disqusShortname= "access2justice-1"
[params]
editURL = "https://github.com/CodeForPortland/access2justicePDX/tree/master/content/"
description = "The public face for Access2Justice."
author = "Code4PDX"
showVisitedLinks = true
disableBreadcrumb = true
disableNextPrev = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params.contact]
securityForm = "[email protected]"
email = "[email protected]"
[Languages]
[Languages.en]
title = "Code4PDX presents Access2Justice"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Github repo"
identifier = "cp"
url = "https://github.com/CodeForPortland/access2justicePDX"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-server'></i> Status"
url = "/status"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Attributions"
url = "/attributions"
weight = 30
[Contact]