-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
60 lines (51 loc) · 1.11 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
title: "The Flounder"
description: "Flounder News, Mackenzie's source for everything dull and factual."
logo: "/assets/img/logo.png"
plugins:
- jekyll-feed
- jekyll-seo-tag
social:
links:
- https://instagram.com/wlmac.floundernews
- https://facebook.com/macfloundernews
copyright: "© 2020 The Flounder. All Rights Reserved."
subscribe_url: "https://forms.gle/3bvsntMzJKumC4vJ8"
collections:
articles:
output: true
permalink: /:year/:month/:title/
issues:
output: true
permalink: /:year/:month/
entertainment:
output: true
permalink: /fun/:name/
bios:
output: true
permalink: /bios/:name/
compress_html:
blanklines: false
clippings: []
comments: ["<!-- ", " -->"]
endings: []
ignore:
envs: []
profile: false
startings: []
externals:
email: [email protected]
github: floundernews
instagram: wlmac.floundernews
facebook: macfloundernews
feed:
collections:
issues:
path: "/issues.xml"
defaults:
- scope:
path: ""
values:
image: "/assets/img/logo.png"
exclude:
- assets/js/tsconfig.json
- assets/js/*.ts