]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - config.yml
2021-06-04: update people.md
[irc/freenode/web-7.0.git] / config.yml
index 01a866f3eb9b1f3d22b7e409ee1106438121b7ef..9273ae91fff9306c05cb8bee3278d790dd9212ac 100644 (file)
@@ -1,20 +1,22 @@
 name: freenode
-COPYRIGHT: "© 2016, freenode"
-DESCRIPTION: "freenode IRC network"
+absolute-url: 'https://freenode.net/'
+COPYRIGHT: "© 2016-2021, freenode"
+DESCRIPTION: "freenode.net - Supporting Free and Open Source Software Communities since 1998"
 GITHUB_URL: "https://github.com/freenode/web-7.0"
 SOCIAL:
-  - name: Google+
-    icon: google-plus
-    link: 'https://plus.google.com/104326727082310562426'
   - name: Twitter
     icon: twitter
     link: 'https://twitter.com/freenodestaff'
   - name: Facebook
     icon: facebook
     link: 'https://www.facebook.com/freenode-366911233325305/'
+FOOTER:
+  !include config/footer.yml
 theme: templates
 output: out
 content-root: content
+ignore:
+  - '.*'
 modules:
   - name: 'null'
     map:
@@ -24,14 +26,19 @@ modules:
     id: 'news'
     source: news
     root: news
+  - name: 'feed'
+    title: 'freenode news'
+    description: ''
+    module: 'news'
+    output: 'news'
   - name: 'pages'
     source: pages
     root: ''
   - name: 'faq'
-    source: faq
-    root: 'faq/answer'
-    index_root: 'faq'
+    source: kb
+    root: 'kb/answer'
+    index_root: 'kb'
     indexes:
-      !include config/faq.yml
+      !include config/kb.yml
 resources:
   !include config/build.yml