-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (46 loc) · 1.02 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
# Basic
name: "Fn/Log"
title: "Fn/Log"
description: "* The diary of a mediocre developer *"
email: "[email protected]"
github_username: "FrancisMurillo"
bitcoin_address: "38UKeSuwHb2f6GL1ahgAyJ58n6L2oWSXSx"
patreon_user_id: "3312725"
# jekyll-seo-tag
url: "//francismurillo.github.io"
author: "Francis Murillo"
twitter:
username: "FVMurillo"
# URL
baseurl: ""
permalink: /:year-:month-:day-:title/ # required for org-export
# Markdown
markdown: kramdown
# Var
major_mode: Fundamental
# Navigation
nav: []
# Sass
sass:
style: :compressed
# Scopes
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
plugins:
- jekyll-seo-tag
- jekyll-paginate
- jekyll-sitemap
# Pagination
paginate: 12
paginate_path: "/:num/"