-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (42 loc) · 787 Bytes
/
_config.yml
File metadata and controls
50 lines (42 loc) · 787 Bytes
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
source: ./src
destination: ./public
include:
- _headers
- _redirects
host: 0.0.0.0
title: Code.mil
description: An experiment in open source within the Department of Defense.
email: code@dds.mil
defaults:
- scope:
path: ""
values:
layout: page
sidenav: sidebar
sticky_sidenav: true
- scope:
path: "assets"
values:
layout: null
- scope:
path: "code.json"
values:
layout: null
- scope:
path: "projects"
values:
layout: project
theme: uswds-jekyll
scripts:
- /assets/uswds/js/uswds.min.js
- /assets/js/main.js
styles:
- /assets/css/main.css
- /assets/css/custom.css
page_gen:
- index_files: true
data: code.releases
name: name
template: project
dir: projects
page_gen-dirs: true