-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
69 lines (60 loc) · 1.46 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
# Site settings
title: Marcos Pereira
email:
author: Marcos Pereira
description: "Marcos Pereira's personal website."
baseurl: ""
url: "https://marcospereira.me"
date_format: "%b %-d, %Y"
# Google analytics
google_tag_manager: G-8NMMK1ZP7T
# Social icons
github_username: marcospgp
twitter_username: marcospereeira
markdown: kramdown
kramdown:
parse_block_html: true
# Use GitHub flavored markdown, including triple backtick fenced code blocks
input: GFM
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
syntax_highlighter: rouge
permalink: pretty
sass:
style: compressed
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
# https://github.com/jekyll/jekyll/issues/2938
exclude:
- _helpers
- Gemfile
- Gemfile.lock
- Rakefile
- LICENSE
- README.md
- PIXYLL.md
- screenshot.png
- vendor
# Render posts with future dates. Timezone differences means posts with current
# date in author's timezone may not be rendered.
# No current reason to hide future posts either.
future: true
# https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
pagination:
enabled: true
debug: false
collection: "posts"
per_page: 999999
permalink: "/page-:num/"
# Empty title because pagination is used in homepage, and we don't want to
# mess with its `<title>`.
title:
limit: 0
sort_field: "date"
sort_reverse: true
category: "posts"
tag: ""
locale: ""
trail:
before: 2
after: 2