Skip to content

Commit

Permalink
Finished transplanting website/ from hugo-uswds-docs to docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten-nist committed Apr 3, 2023
1 parent 8c3d729 commit 3f401ef
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 50 deletions.
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.hugo_build.lock
resources/_gen/
6 changes: 0 additions & 6 deletions docs/Gemfile

This file was deleted.

36 changes: 0 additions & 36 deletions docs/Gemfile.lock

This file was deleted.

16 changes: 9 additions & 7 deletions docs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ languages:
# in YAML
MetaDataFormat: "yaml"
# Configures this theme
theme: "uswds"
module:
imports:
- path: "github.com/usnistgov/hugo-uswds"
# If provided, the site will use Google Analytics
googleAnalytics: UA-42404149-54
# Creates absolute URLs for all links in the site
Expand Down Expand Up @@ -49,9 +51,9 @@ params:
# Navigation can also be configured on any corresponding pages.
menu:
secondary:
- name: Website Github
url: https://github.com/usnistgov/hugo-uswds-docs
weight: 90
- name: Theme Github
url: https://github.com/usnistgov/hugo-uswds
weight: 90
- name: Website Github
url: https://github.com/usnistgov/hugo-uswds-docs
weight: 90
- name: Theme Github
url: https://github.com/usnistgov/hugo-uswds
weight: 90
8 changes: 8 additions & 0 deletions docs/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/usnistgov/hugo-uswds/docs

go 1.18

require github.com/usnistgov/hugo-uswds v1.0.0 // indirect

// Serve theme directly from parent folder
replace github.com/usnistgov/hugo-uswds => ../
1 change: 0 additions & 1 deletion docs/themes/uswds
Submodule uswds deleted from 278951

0 comments on commit 3f401ef

Please sign in to comment.