-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
80 lines (64 loc) · 1.75 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#region Configuration of Jekyll
title: News of FAForever
email: [email protected]
url: https://news.faforever.com
description: >-
Provides news about the community driven lobby for Supreme Commander: Forged Alliance Forever.
permalink: /:year/:month/:day/:title:output_ext
baseurl: ""
plugins_dir: _plugins
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-github-metadata
- jekyll-category-pages
- jekyll-transcode-image-filters
- jekyll-icalendar-feed
- jekyll-sitemap
# Excluded files and folders
# Note that files that start with `_` are automatically excluded.
exclude:
- .sass-cache/
- .idea/
- .vscode/
- .gitignore
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
#endregion
#region Configuration of site globals
# If you want to link only specific pages in your header, use this and add the path to the pages
# in order as they should show up.
header_pages:
- about.md
# Useful resources:
# - https://shopify.github.io/liquid/filters/date/
# - https://strftime.net/
date_format: "%d %B, %Y"
#endregion
#region Configuration of jekyll-icalendar-feed
# See also: https://github.com/Garanas/jekyll-icalendar-feed
icalendar_feed:
categories:
- tournament
#endregion
#region Configuration of: jekyll-github-metadata
# See also: https://github.com/jekyll/github-metadata
repository: FAForever/website-news
#endregion
# Configuration of: jekyll-feed
# See also: https://github.com/jekyll/jekyll-feed
feed:
path: /news/atom/index.xml
#endregion
#region Configuration of: jekyll-category-pages
# See also: https://github.com/field-theory/jekyll-category-pages
category_layout: category_index.html
category_path: category
#endregion