summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authordavy <davy.wybiral@gmail.com>2019-06-28 22:50:59 -0500
committerdavy <davy.wybiral@gmail.com>2019-06-28 22:50:59 -0500
commit0b87a1137f330a36419030a4e82363ed36563a23 (patch)
treeaa8312e7f72900115f09d523ae38b02d2a425a46 /config.json
parentff0b322a332b6c20502faf564292f77001fdb965 (diff)
added feeds
Diffstat (limited to 'config.json')
-rw-r--r--config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.json b/config.json
index 0240b07..76ba6cd 100644
--- a/config.json
+++ b/config.json
@@ -3,5 +3,16 @@
"server": {
"host": "127.0.0.1",
"port": 0
+ },
+ "feed": {
+ "external_url": "http://your-url.example",
+ "title": "Feed Title",
+ "link": "http://your-url.example/about",
+ "description": "Feed Description",
+ "author": {
+ "name": "Author Name",
+ "email": "author@somewhere.example"
+ },
+ "copyright": "Copyright Text"
}
}