forked from GSA/uswds-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
35 lines (35 loc) · 1.06 KB
/
config.yaml
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
name: "The United States Web Design System (USWDS) 3.0 Hugo Theme"
license: "CCO"
licenselink: "https://github.com/GSA/uswds-hugo/blob/main/LICENSE.md"
description: "A hugo theme based on the United States Web Design System (USWDS) v3"
homepage: "https://github.com/GSA/uswds-hugo"
tags:
features:
author:
name: "David Waltermire"
homepage: "https://github.com/david-waltermire"
original:
repo: "https://github.com/usnistgov/hugo-uswds"
based:
name: "The United States Web Design System (USWDS) v3"
homepage: "https://designsystem.digital.gov/"
repo: "https://github.com/uswds/uswds"
module:
hugoVersion:
min: 0.139.3
extended: true
mounts:
- source: dist/js
target: static/module/hugo-uswds/js
- source: dist/css
target: static/module/hugo-uswds/css
- source: dist/img
target: static/module/hugo-uswds/img
- source: dist/img
target: assets/module/hugo-uswds/img
- source: dist/fonts
target: static/module/hugo-uswds/fonts
- source: layouts
target: layouts
- source: archetypes
target: archetypes/module/hugo-uswds