Skip to content

Commit fd42099

Browse files
committedSep 12, 2021
update config comments
1 parent af95369 commit fd42099

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
 

‎_config.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1+
### REQUIRED SETTINGS ###
2+
13
# Set a plain language title for the site.
24
title: USWDS Boilerplate
35

46
# Write a short description for the site. This is used for "meta description."
57
description: A starting point for publishing a site using Jekyll, GitHub Pages, and a hosted version of the U.S. Web Design System
68

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+
715
# Set the language for the site. Used for "html lang." Default is English.
816
lang: en
917

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
1120
github: [metadata]
1221

13-
# Enable for live hosting on GitHub Pages
14-
baseurl: /uswds-boilerplate
15-
1622
# Remove generation of additional style.css
1723
theme: null

0 commit comments

Comments
 (0)
Please sign in to comment.