-
Notifications
You must be signed in to change notification settings - Fork 0
/
easto_config.json
31 lines (29 loc) · 974 Bytes
/
easto_config.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
{
"content_dir": "./content",
"output_dir": "./output",
"templates_dir" : "./themes/easto",
"data_dir": "./static",
"author": "Thomas Puppe",
"baseurl": "https://blog.thomaspuppe.de/",
"feed": {
"title": "Blog von Thomas Puppe, Web Developer.",
"description__": "This is my personal feed!",
"id": "https://blog.thomaspuppe.de",
"link": "https://blog.thomaspuppe.de",
"image__": "http://example.com/image.png",
"favicon__": "http://example.com/favicon.ico",
"copyright": "All rights reserved 2018, Thomas Puppe",
"updated__": "new Date(2013, 06, 14) // optional, default = today",
"generator": "easto 0.6.0 (https://github.com/thomaspuppe/easto)",
"feedLinks": {
"json": "https://blog.thomaspuppe.de/feed/json",
"atom": "https://blog.thomaspuppe.de/feed/atom",
"rss": "https://blog.thomaspuppe.de/feed/rss"
},
"author": {
"name": "Thomas Puppe",
"email": "[email protected]",
"link": "https://www.thomaspuppe.de"
}
}
}