-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
42 lines (38 loc) · 808 Bytes
/
_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
author: NetERC
description: Tactical Wargame Network's fan-made army lists and frequently asked questions for Games Workshop's Epic Armageddon.
scripts:
- https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js
stylesheets:
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css
# Where things are
source: ./_site
destination: ./public_html
collections:
army_lists:
output: true
permalink: army-lists/:name:output_ext
faqs:
forces:
special_rules:
units:
weapons:
# Plugins
plugins:
- jekyll-assets
# Outputting
timezone: America/New_York
# Outputting
defaults:
-
values:
layout: default
-
scope:
path: assets
values:
layout: none
-
scope:
type: army_lists
values:
layout: army_list