-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
70 lines (64 loc) · 1.55 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
70
# Site settings
name: Josue Daniel Bustamante
title: Josue Daniel Bustamante - Agnostic Language Developer
email: [email protected]
description: Developer by Passion - Wine & Coffee Lover
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://josuedanielbust.com" # the base hostname & protocol for your site
twitter_username: josuedanielbust
github_username: josuedanielbust
# Social links
github: https://github.com/josuedanielbust
twitter: https://twitter.com/josuedanielbust
linkedin: https://linkedin.com/in/josuedanielbust
facebook: https://facebook.com/josuedanielbust
instagram: https://instagram.com/josuedanielbust
# Build settings
markdown: kramdown
permalink: /blog/:year-:month/:title.html
paginate: 10
paginate_path: "/blog/page:num/"
plugins: [jekyll-paginate, jekyll-sitemap]
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Sass
sass:
style: compressed
# Collections
collections:
my_categories:
output: true
permalink: /blog/category/:name/
multiverse:
output: true
permalink: /multiverse/:slug.html
# Defaults values
defaults:
-
scope:
path: ""
type: pages
values:
layout: page
-
scope:
path: ""
type: posts
values:
post: true
-
scope:
path: ""
type: my_categories
values:
layout: category_list
-
scope:
path: ""
type: multiverse
values:
layout: multiverse_chapter