-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
79 lines (69 loc) · 2.06 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# ┌┬┐┌─┐┌─┐ ┬┌─┐┬┌─┬ ┬┬ ┬
# │││ ││ ── │├┤ ├┴┐└┬┘│ │
# ─┴┘└─┘└─┘ └┘└─┘┴ ┴ ┴ ┴─┘┴─┘
#_________________________________
#
# Permalinks
#
permalink: pretty
#relative_permalinks: true
# Setup
#
title: OpenStreetMap Carto Tutorials
tagline: 'OpenStreetMap Carto documentation'
description: 'Tutorials for <a href="https://github.com/gravitystorm/openstreetmap-carto" target="_blank">openstreetmap-carto</a>'
url: https://ircama.github.io
baseurl: "/osm-carto-tutorials"
branch: "gh-pages"
paginate: 4
logo: "/public/apple-touch-icon-precomposed.png"
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
#
author:
name: ircama
repo: osm-carto-tutorials
url: https://github.com/ircama
credits: '<a href="https://github.com/ircama/osm-carto-tutorials/tree/gh-pages#credits" target="_blank">Credits</a>'
github_sources: '<a href="https://github.com/ircama/osm-carto-tutorials/tree/gh-pages" target="_blank">Source</a> on GitHub'
# email: [email protected]
# Custom vars
#
google_search: 011671119207917586318:jtx4jontd8i
google_analytics: UA-84073284-1
disqus_shortname: ircama-github-io-osm-carto-tutorials
# Gems
#
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jemoji
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from
# Dependencies
#
markdown: kramdown
highlighter: rouge
#kramdown:
# Enable GitHub Flavored Markdown (fenced code blocks)
#input: GFM
# Disable auto-generated ID's for headings
#auto_ids: false
pages_list:
Site map: '/sitemap'
<i class="iconside iconm-feed2"></i>: '/atom.xml'
collections:
notes:
output: true
# HTML Compress - http://jch.penibelst.de/
#
compress_html:
clippings: all
blanklines: true
comments: ['<!-- ', ' -->']