-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config_tpl.yml
65 lines (54 loc) · 1.54 KB
/
_config_tpl.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
# Site settings
title: Les Petites Baies Noires
long_title: les petites baies noires
name: Jean-Marie ESPEUT
email: [email protected]
phone:
long: "(00 33)6 52 56 88 70"
short: "+33652568870"
address: "17 Ch du pont de Jean Petit<br />11200 CONILHAC-CORBIERES"
baseurl: "/"
url: "http://www.lespetitesbaiesnoires.com" # the base hostname & protocol for your site
defaults:
- scope:
path: "img/photos"
values:
image: true
exclude:
- LICENSE
- Gemfile
- Gemfile.lock
- localbuild.sh
- travis
- CNAME
- google*.html
- extract_traduction.sh
# Build settings
markdown: kramdown
plugins: [jekyll-paginate-v2]
plugins_dir:
- jekyll-paginate-v2
permalink: /post/:year/:month/:title.html
pagination:
enabled: true
debug: true
# The default document collection to paginate if nothing is specified ('posts' is default)
collection: 'posts'
per_page: 3
# The permalink structure for the paginated pages (this can be any level deep)
permalink: '/page/:num/' # Pages are index.html inside this folder (default)
#permalink: '/page/:num.html' # Pages are simple html files
#permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
title: ':title - page :num of :max'
limit: 0
sort_field: 'date'
sort_reverse: true
category: 'posts'
locale: ''
# Optional,omit or set both before and after to zero to disable.
# Controls how the pagination trail for the paginated pages look like.
trail:
before: 2
after: 2
extension: html
indexpage: 'index'