forked from pyrog/learnosm-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
63 lines (55 loc) · 1.69 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
60
61
62
63
# Site settings
title: My production site
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
This is the production site
baseurl: "/learnosm-sandbox" # the subpath of your site, e.g. /blog/
url: "http://127.0.0.1:4000" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
# delay in seconds for displaying the english version of untranslated pages
delay: 30
# Not documented (for pages). See https://github.com/jekyll/jekyll/blob/c2f0b9a7994afcff4a22dbff065ab6dbdcab21da/lib/jekyll/page.rb#L66
# The parameter in _config.yml is permalink but inside ruby code, the class property is permalink_style ;-)
permalink: pretty
# pretty: For page /en/beginer/introduction.xx URL are /en/beginer/introduction/
# else /en/beginer/introduction.html
# Settings for deploy rake task
# Username and repo of Github repo, e.g.
# https://github.com/USERNAME/REPO.git
# username defaults to ENV['GIT_NAME'] used by Travis
# repo defaults to USERNAME.github.io
# Branch defaults to "source" for USERNAME.github.io
# or "master" otherwise
username: pyrog
repo: learnosm-sandbox
#branch: master
#production_url: http://pyrog.github.io/learnosm-sandbox
#source_url: http://github.com/pyrog/learnosm-sandbox
destination: "./_site"
exclude:
- README.md
- Rakefile
# - Gemfile
- Gemfile.lock
- changelog.md
- .travis.yml
prose:
media: "images"
ignore:
- "_data"
- "_includes"
- "_layouts"
- "_plugins"
- "vendor"
- ".gitignore"
- ".travis.yml"
- "Gemfile"
- "Rakefile"
- "_config.yml"
- "all-translation.json"
- "print.css"
- "reset.css"
- "site.js"
- "style.css"
- "index.html"