Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
reorder hugo module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed Oct 6, 2023
1 parent f096b35 commit 17b9d89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/_default/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ refLinksErrorLevel: WARNING

module:
imports:
- path: github.com/pulumi/registry/themes/default
- path: github.com/pulumi/pulumi-hugo/themes/default
mounts:
- source: content
target: content
Expand All @@ -17,7 +17,9 @@ module:
target: data
- source: assets
target: assets
- path: github.com/pulumi/pulumi-hugo/themes/default
- source: archetypes
target: archetypes
- path: github.com/pulumi/registry/themes/default
mounts:
- source: content
target: content
Expand All @@ -29,8 +31,6 @@ module:
target: data
- source: assets
target: assets
- source: archetypes
target: archetypes

security:
funcs:
Expand Down

0 comments on commit 17b9d89

Please sign in to comment.