forked from pelias/pelias
-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
82 lines (77 loc) · 2.8 KB
/
couscous.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Any variable you put in this file is also available in the Twig layouts:
title: 'Pelias'
subTitle: 'The organic, sustainable geocoder'
template:
directory: website
include:
- .
exclude:
- website
- %gitignore%
cname: pelias.io
# Base URL of the published website (no "/" at the end!)
# You are advised to set and use this variable to write your links in the HTML layouts
baseUrl: http://pelias.io
# The left menu bar
menu:
sections:
home:
name:
items:
home:
text: Overview
relativeUrl: index.html
install:
text: Getting Started
relativeUrl: install.html
release_notes:
text: Release Notes
relativeUrl: release-notes.html
license:
text: License
relativeUrl: data_licenses.html
conduct:
text: Code of Conduct
relativeUrl: code_of_conduct.html
contribute:
text: Contribute
relativeUrl: contributing.html
fun_facts:
text: Fun Facts!
relativeUrl: fun_facts.html
goals:
name: '#Goals'
items:
current:
text: Q3-2017 Milestones
relativeUrl: quarterly_goals/q3-2017.html
q2:
text: Q2-2017 Milestones
relativeUrl: quarterly_goals/q2-2017.html
q1:
text: Q1-2017 Milestones
relativeUrl: quarterly_goals/q1-2017.html
done:
text: Completed Milestones
relativeUrl: quarterly_goals/completed.html
local_install:
text: Local Install
relativeUrl: milestones/local_install/index.html
alt_names:
text: Alt-Names
relativeUrl: milestones/alt_names/index.html
interpolation:
text: TIGER Interpolation
relativeUrl: milestones/tiger/index.html
coarse_reverse:
text: Coarse Reverse
relativeUrl: milestones/coarse_reverse/index.html
wof_venues:
text: WOF Venues Import
relativeUrl: milestones/wof_venues_import/index.html
community:
text: Community Building
relativeUrl: milestones/community_building/index.html
categories:
text: Category Support
relativeUrl: milestones/categories/index.html