Skip to content

Commit

Permalink
Updated to use latest development version of the hugo theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Feb 28, 2024
1 parent 6fd0f43 commit 3aaaa0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions website/config/_default/hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
title: "Metaschema"
baseURL: https://pages.nist.gov/metaschema/
canonifyURLs: true
defaultContentLanguage: en
languageCode: "en-us"
MetaDataFormat: "yaml"
Expand All @@ -25,8 +24,8 @@ module:
- source: ../examples
target: static/examples
imports:
- path: github.com/usnistgov/hugo-uswds
- path: github.com/usnistgov/hugo-uswds-nist
relativeURLs: true # rewrites URLs to a relative form supporting link offline checking
enableGitInfo: true # enable to get page modification dates for a site stored in Git
params:
header:
Expand Down
2 changes: 2 additions & 0 deletions website/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ go 1.21

// TODO replace with official release
require github.com/usnistgov/hugo-uswds-nist v0.0.0-20230921191202-abb701944c8d // indirect

require github.com/usnistgov/hugo-uswds v1.0.1-0.20240227134243-0647b823893f // indirect
5 changes: 5 additions & 0 deletions website/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
github.com/usnistgov/hugo-uswds v1.0.1-0.20230921190836-3c6b82fe7897 h1:pe/ejVy5P6w/me8tLLuZKOU3ARRy9FnpfIPprwyedXI=
github.com/usnistgov/hugo-uswds v1.0.1-0.20230921190836-3c6b82fe7897/go.mod h1:pp3SuiZt0HVqXX8Z7EmEvhcht3+sR3vbPzm3SGiImsA=
github.com/usnistgov/hugo-uswds v1.0.1-0.20240227124152-959dd59d0638 h1:UMsWlMJjH5dViraTKPPfBJd20tjwtOM2B+AajpsJ/U4=
github.com/usnistgov/hugo-uswds v1.0.1-0.20240227124152-959dd59d0638/go.mod h1:pp3SuiZt0HVqXX8Z7EmEvhcht3+sR3vbPzm3SGiImsA=
github.com/usnistgov/hugo-uswds v1.0.1-0.20240227134243-0647b823893f h1:qsQKk8TFsorhaKMJc6V9iwoAz3CeVt6zGh2mMxtntdk=
github.com/usnistgov/hugo-uswds v1.0.1-0.20240227134243-0647b823893f/go.mod h1:pp3SuiZt0HVqXX8Z7EmEvhcht3+sR3vbPzm3SGiImsA=
github.com/usnistgov/hugo-uswds-nist v0.0.0-20230921191202-abb701944c8d h1:xQdUJk+874+KJ45UOUXIawujkuaAcSomfLsJCP/ouK8=
github.com/usnistgov/hugo-uswds-nist v0.0.0-20230921191202-abb701944c8d/go.mod h1:6w0sCYV02SLdCL5Eu8QN10RWSDeYZzkFjJ7vIq8T/yc=

0 comments on commit 3aaaa0d

Please sign in to comment.