-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
53 lines (44 loc) · 878 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
43
44
45
46
47
48
49
50
51
52
53
title: BGM — Software Developer
description: The personal website of José Benavente, also known as BGM. Check out their projects, blog, and much more!
url: "https://bgm.dev"
encoding: UTF-8
github: BGMP
email: [email protected]
google_analytics: G-MMLDJGW91Y
sass:
sass_dir: assets/css
style: compressed
defaults:
- scope:
path: ""
type: pages
values:
layout: default
- scope:
path: ""
type: posts
values:
permalink: /blog/:year/:month/:day/:title/
image: https://example.com/img
layout: post
is_post: true
include:
- _pages
exclude:
- Capfile
- LICENCE.md
- README.md
- config/
- log/
- docs/
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# paginate
gems: [jekyll-paginate]
paginate: 5
paginate_path: "/blog/:num/"
plugins:
- jekyll-paginate
- jekyll-sitemap