Matthew Jorgensen преди 5 години
родител
ревизия
f3eee88f2b
променени са 1 файла, в които са добавени 22 реда и са изтрити 6 реда
  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