forked from pelias/pelias
-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
52 lines (47 loc) · 1.77 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
# Any variable you put in this file is also available in the Twig layouts:
title: 'Pelias Geocoder'
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: https://pelias.io
# The left menu bar
menu:
sections:
home:
name:
items:
home:
text: Overview
relativeUrl: index.html
install:
text: Getting Started
absoluteUrl: https://github.com/pelias/documentation/blob/master/getting_started_install.md
documentation:
text: Documentation
absoluteUrl: https://github.com/pelias/documentation/
release_notes:
text: Release Notes
absoluteUrl: https://github.com/pelias/documentation/blob/master/release-notes.md
roadmap:
text: Development Roadmap
absoluteUrl: https://github.com/pelias/documentation/blob/master/development/roadmap.md
license:
text: Data Licenses
absoluteUrl: https://github.com/pelias/documentation/blob/master/data-sources.md
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