File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ # ## REQUIRED SETTINGS ###
2
+
1
3
# Set a plain language title for the site.
2
4
title : USWDS Boilerplate
3
5
4
6
# Write a short description for the site. This is used for "meta description."
5
7
description : A starting point for publishing a site using Jekyll, GitHub Pages, and a hosted version of the U.S. Web Design System
6
8
9
+ # Enable for live hosting on GitHub Pages
10
+ # This should match the name of your GitHub repository, along with a leading forward slash (/).
11
+ baseurl : /uswds-boilerplate
12
+
13
+ # ## RECOMMENDED SETTINGS ###
14
+
7
15
# Set the language for the site. Used for "html lang." Default is English.
8
16
lang : en
9
17
10
- # Avoid GitHub API authentication when building locally. (Not working)
18
+ # Avoid GitHub API authentication when building locally.
19
+ # https://github.com/github/pages-gem/issues/399#issuecomment-301827749
11
20
github : [metadata]
12
21
13
- # Enable for live hosting on GitHub Pages
14
- baseurl : /uswds-boilerplate
15
-
16
22
# Remove generation of additional style.css
17
23
theme : null
You can’t perform that action at this time.
0 commit comments