-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
88 lines (74 loc) · 1.79 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
title: "John Doe"
tagline: "John Doe’s personal website"
description: "A longer description of John Doe’s personal website"
url: https://papicu.netlify.app
email: site@john_doe_website.com
locale: en_US
# papicu's homepage and twitter cards use this handler
twitter:
username: "john_doe_website"
# this is due to JSON-LD
author:
name: "John Doe"
url: https://john_doe_author.com
email: me@john_doe_author.com
twitter: "john_doe_author"
# uncomment and set this up if you are using shynet
# shynet: https://shynet.john_doe_website.com/ingress/uuid-universally-unique-identifier/
favicon_color: "#5AC8FA"
baseurl: ""
markdown: kramdown
kramdown:
parse_block_html: true
math_engine: katex
permalink: /:slugified_categories/:title/
sass:
sass_dir: _sass
style: :compressed
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-optional-front-matter
- jekyll-redirect-from
- jekyll-archives
- jekyll-last-modified-at
include:
- _pages/
exclude:
- "vendor.noindex/"
- "bin/"
- "TODOs.md"
- "README.md"
# ref: https://jekyllrb.com/docs/configuration/front-matter-defaults/
defaults:
- scope:
path: "assets/**/*.pdf"
values:
sitemap: false
- scope:
path: "assets/**/*.csv"
values:
sitemap: false
- scope:
path: ""
type: "pages"
values:
image:
path: "/assets/img/papicu-blue-square-512.png"
# jekyll-seo-tag v2.8.0 does not output `width` and `height` to meta
# tags if they're set here. it seems to recognize only the `path`
- scope:
path: ""
type: "posts"
values:
image:
path: "/assets/img/papicu-blue-square-512.png"
jekyll-archives:
enabled:
- categories
layouts:
category: listing
permalinks:
category: /:name/
slug_mode: pretty