-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·84 lines (75 loc) · 1.54 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
title: Chris Finazzo
email: [email protected]
source: .
destination: ./_site
plugins_dir: ./_plugins
layouts_dir: ./_layouts
include: []
exclude: ['.jekyll-cache']
keep_files: ['.git','.svn']
timezone: America/New_York
encoding: utf-8
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll/footnotes
- jekyll-commonmark
- jekyll-webmention_io
- jemoji
future: false
show_drafts: false
limit_posts: 0
highlighter: rouge
feed:
path: rss.xml
path: notes-rss.xml
permalink: /:year/:month/:day/:title/
pagination:
enabled: true
per_page: 10
permalink: '/page/:num/'
limit: 0
sort_field: 'date'
sort_reverse: true
webmentions:
collections:
- notes
syndication:
mastodon:
endpoint: https://brid.gy/publish/mastodon
collections:
notes:
output: true
permalink: /notes/:year/:month/:day/:title/
links:
output: true
permalink: /links/:year/:month/:day/:title/
defaults:
-
scope:
path: ""
type: "notes"
values:
layout: "note"
title: ""
permalink: "/:collection/:year/:month/:day/:title/"
post_type: "Note"
markdown: CommonMark
commonmark:
options: ["UNSAFE"]
extensions: ["strikethrough", "table"]
markdown_ext: markdown,md
excerpt_separator: ""
safe: false
host: 0.0.0.0
port: 4000
baseurl: ""
url: https://chrisfinazzo.com
lsi: false
github:
url: https://github.com/chrisfinazzo
linkedin:
url: https://linkedin.com/in/chrisfinazzo
mastodon:
url: https://mastodon.social/@chrisfinazzo