-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
69 lines (55 loc) · 1.19 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
# Permalinks
#
permalink: /:year/:month-:day.html
# Setup
title: Ráfagas
tagline: Geospatial links everyday
site.github.url: https://geoinquiets.github.io
url: https://geoinquiets.github.io
baseurl: /rafagas
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Rafagas
twitter: RafagasLinks
url: https://twitter.com/RafagasLinks
email: [email protected]
# Custom vars
version: 1.0.0
github:
repo: https://github.com/geoinquiets/rafagas
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-mentions
- jekyll-sitemap
jekyll-mentions:
base_url: https://twitter.com
include:
- "_pages"
exclude:
- ".git"
- "README.md"
- "LICENSE.md"
- "Gemfile"
- "Gemfile.lock"
- "Rakefile"
- "vendor"
- "script"
defaults:
- scope:
path: ""
type: posts
values:
author: Raf
twitter: LinksGeo
highlighter: null
theme: minima
minima:
date_format: "%Y-%m-%d"
repository: geoinquiets/rafagas