-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy path_config.yml
42 lines (35 loc) · 895 Bytes
/
_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
# Site settings
name: Travelogue
description: "A minimal, single-column Jekyll theme that provides an immersive read experience for your readers"
baseurl: "/Travelogue" # the subpath of your site, e.g. /blog
url: "http://yourdomain.com" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
relative_permalinks: false
permalink: :title/
pagination: true
paginate: 8
paginate_path: page/:num/
author:
name: "Salvatore Gentile"
email: ""
uri: "https://github.com/SalGnt"
sass:
sass_dir: _sass
style: compressed
defaults:
- scope:
path: "_posts"
type: "posts"
values:
reading_time: true
# Meta
show_tags: true
show_categories: true
# Social
share_buttons: true
disqus: true
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap