-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Hugo USWDS theme as a Hugo module (#422)
* Convert Hugo USWDS theme to use a module. Updated to latest hugo-uswds. Resolves #349. * Refactored Hugo configuration to use config subdirectory. * Separated website JSON dependencies from other site dependencies, i.e. build vs website/config/_default/hugo.yaml * Acquiring Hugo now through GHA to reduce build time. * Removed go setup * Cleaned up the CONTRIBUTING.md to remove sprint language. * Updating workflows to latest used in similar repos. * Added USERS.md explaining who the project applies to. * Added website 404 page.
- Loading branch information
1 parent
5c27704
commit ed191c5
Showing
36 changed files
with
1,385 additions
and
1,372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
HUGO_VERSION=0.118.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
HUGO_VERSION=0.118.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
https://search.usa.gov/search | ||
https://github.com/usnistgov/metaschema/tree/master/website/content/* | ||
https://csrc.nist.gov/* | ||
https://nvd.nist.gov/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "https://docs.github.com" | ||
}, | ||
{ | ||
"pattern": "https://guides.github.com" | ||
}, | ||
{ | ||
"pattern": "https://help.github.com" | ||
}, | ||
{ | ||
"pattern": "https://www.bottlecaps.de/rex/" | ||
}, | ||
{ | ||
"pattern": "https://github.com/orgs/usnistgov/projects/" | ||
} | ||
], | ||
"replacementPatterns": [ | ||
{ | ||
"pattern": "^../../issues", | ||
"replacement": "https://github.com/usnistgov/metaschema/issues" | ||
}, | ||
{ | ||
"pattern": "^../../releases", | ||
"replacement": "https://github.com/usnistgov/metaschema/releases" | ||
}, | ||
{ | ||
"pattern": "^../../tree", | ||
"replacement": "https://github.com/usnistgov/metaschema/tree" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v16 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.