From 0b87a1137f330a36419030a4e82363ed36563a23 Mon Sep 17 00:00:00 2001 From: davy Date: Fri, 28 Jun 2019 22:50:59 -0500 Subject: added feeds --- config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config.json') 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" } } -- cgit v1.2.3