-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.indiekitrc.json
54 lines (54 loc) · 1.2 KB
/
.indiekitrc.json
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
{
"application": {
"url": "https://indiekit.kevinyank.com"
},
"plugins": [
"@indiekit/preset-jekyll",
"@indiekit/store-github",
"@indiekit/syndicator-mastodon"
],
"publication": {
"me": "https://kevinyank.com",
"postTypes": {
"article": {
"name": "Article",
"post": {
"path": "_posts/{yyyy}-{MM}-{dd}-{slug}.md",
"url": "posts/{slug}/"
},
"media": {
"path": "media/{yyyy}/{MM}/{dd}/{filename}"
}
},
"note": {
"name": "Note",
"post": {
"path": "_notes/{yyyy}-{MM}-{dd}-{slug}.md",
"url": "notes/{slug}/"
}
},
"photo": {
"name": "Photo",
"post": {
"path": "_photos/{yyyy}-{MM}-{dd}-{slug}.md",
"url": "photos/{slug}/"
},
"media": {
"path": "assets/images/blog/{filename}"
}
}
}
},
"@indiekit/preset-jekyll": {},
"@indiekit/store-github": {
"user": "sentience",
"repo": "kevinyank.com",
"branch": "main"
},
"@indiekit/syndicator-mastodon": {
"url": "https://hachyderm.io",
"user": "sentience",
"checked": true,
"forced": false
}
}