-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
60 lines (59 loc) · 1.24 KB
/
config.yml
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
name: 'DKAN Demo'
prodUrl: http://catalog-demo.interra.io
testUrl: http://catalog-demo.interra.io
devUrl: 'http://admin.d8.dkandemo.nuamsdev.com'
#publicPath: '/interra/'
identifier: dkan-demo
schema: pod-full
description: 'this is a demo'
front-page-icon-collection: theme
front-page-icons:
- cityplanning
- financeandbudgeting
- healthcare
- transportation
search:
type: simpleSearch
fields:
- title
- keyword
- publisher
- description
- theme
- modified
- distribution
siteMap:
- title: Home
loc: "/"
children:
- title: About
loc: "/about"
- title: Search
loc: "/search"
- title: API
loc: "/api"
- title: Groups
loc: "/groups"
children:
- collections
siteMapCollections:
- organization
- dataset
- distribution
fontConfig:
backColor: "#f9fafb"
navBarBackColor: "#205493"
navBarLink: "#FFFFFF"
navBarLinkActive: "#FFFFFF"
navBarLinkHoverBack: "#112E51"
navBarLinkActiveBack: "#112E51"
navBarLinkActiveHoverBack: "#f2d13c"
navBarLinkActiveHover: "#FFFFFF"
link: "#0071BC"
linkHover: "#205493"
linkFocus: "#205493"
heroBackColor: "#0071BC"
heroImageUrl: "icon-pattern-bg.svg"
footerBackColor: "#323A45"
footerFontColor: "#FFFFFF"
footerLinkColor: "#FFFFFF"