-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (43 loc) · 1.11 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
url: "https://sloanelybutsurely.com" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: "sloanelybutsurely.com" # the name of your site, e.g. ACME Corp.
permalink: /:categories/:year/:month/:day/:title/
plugins:
- jekyll-compose
- jekyll-webmention_io
defaults:
- scope:
path: ""
type: posts
values:
layout: blog
- scope:
path: ""
type: posts
category: micro
values:
layout: micro
title: post
permalink: /micro/:year:month:dayT:hour:minute:second/
webmentions:
username: sloanelybutsurely.com
cache_folder: _data
legacy_domains:
- http://sloane.sh
- https://sloane.sh
- http://sloanelybutsurely.com
bad_uri_policy:
whitelist:
- "^https://brid.gy/publish/"
syndication:
mastodon:
endpoint: https://brid.gy/publish/mastodon
response_mapping:
syndication: $.url
bluesky:
endpoint: https://brid.gy/publish/bluesky
response_mapping:
syndication: $.url
author:
name: sloane
url: "https://sloanelybutsurely.com"