forked from osmus/teachosm.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (46 loc) · 1.62 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
#Jekyll configuration file
#Build configuration, see http://jekyllrb.com/docs/configuration/#default-configuration
# auto: true
# server: true
highlighter: rouge
markdown: kramdown
kramdown:
extensions: [smart]
#Permalink structure, see http://jekyllrb.com/docs/permalinks/
permalink: /:categories/:title/
email: info@teachosm.org
#Front Matter, see http://jekyllrb.com/docs/configuration/#front-matter-defaults
columnist:
paths:
- _posts
#serving the site, see http://jekyllrb.com/docs/configuration/#default-configuration or http://jekyllrb.com/docs/github-pages/#project-page-url-structure
baseurl: ''
#Prose configurations, see https://github.com/prose/prose/wiki/Prose-Configuration
prose:
rooturl: '_posts'
siteurl: "http://teachosm.org/"
media: 'images'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
#Added site map
gems:
- jekyll-sitemap
translations:
en:
tagline: "Teach OpenStreetMap Step by Step"
contribute: "Help improve our guides"
trainingspan: "Are you a workshop organizer?"
training: "Check out training material for this guide (in English)"
feedbackspan: "Was this chapter helpful?"
feedback: "Let us know and help us improve the guides!"
de:
tagline: "Lerne OpenStreetMap Schritt für Schritt kennen"
contribute: "Hilf mit, unsere Anleitungen zu verbessern"
trainingspan: "Veranstaltest du Workshops?"
training: "Siehr dir unsere Unterlagen für diesen Kurs an (in Englisch)"
feedbackspan: "War dieses Kapitel hilfreich?"
feedback: "Sende uns Feedback und verbessere die Anleitungen!"
getstarted: "weiter zum nächsten Kapitel"