generated from Bixal/uswds-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
42 lines (29 loc) · 1.36 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
### REQUIRED SETTINGS ###
# Set a plain language title for the site.
title: USGov Health Information Rights Complaint Form
# Write a short description for the site. This is used for "meta description."
description: File a complaint for violations of health information privacy and access rights
# Enable for live hosting on GitHub Pages.
# It should start with a slash (/) and then match the name of your repository exactly.
baseurl: /uswds-screener-prototyping-tool
# =============================================================================
### CONTENT SETTINGS ###
# Change the image on the homepage.
# - You can use an absolute link to an existing image.
# - Or you can upload an image to the repository and use a relative link, starting with "../img/"
# - Make sure your filename doesn't have any spaces.
homepage-image: "../img/national-cancer-institute-L8tWZT4CcVQ-unsplash.jpg"
# Define content collections
collections:
resources:
output: true
# =============================================================================
### OPTIONAL SETTINGS ###
# Set the language for the site. Used for "html lang." Default is English.
lang: en
# Add Google Analytics if needed. Replace placeholder with site ID.
ga: UA-XXXXX-Y
# Avoid GitHub API authentication when building locally. (Not working)
github: [metadata]
# Remove generation of additional style.css
theme: null