Browse Source

Update config example

Matthew Jorgensen 5 years ago
parent
commit
f3eee88f2b
1 changed files with 22 additions and 6 deletions
  1. 22 6
      gof.yaml.example

+ 22 - 6
gof.yaml.example

@@ -1,6 +1,22 @@
-clientID:
-clientSecret:
-accessToken:
-feeds:
-  - template: '{title} {url}'
-    url: https://yoursite.com/feed.xml
+accounts:
+- clientid: 
+  clientsecret: 
+  accesstoken: 
+  name: gof
+  instanceurl: https://yourinstance.nice
+  feeds:
+  - url: https://yourfeed.com
+    template: '{{.Title}} {{.URL}}'
+    summary: true
+- clientid:
+  clientsecret: 
+  accesstoken:
+  name: gof
+  instanceurl: https://splat.soy
+  feeds:
+  - url: https://your.otherfeed.net
+    template: |-
+      {{.Title}}
+
+      {{.URL}}
+    summary: false