diff --git a/config/_default/config.yml b/config/_default/config.yml index bc967a568c7e..02a9704ac170 100644 --- a/config/_default/config.yml +++ b/config/_default/config.yml @@ -3,22 +3,22 @@ title: Pulumi - Universal Infrastructure as Code module: imports: - - path: github.com/pulumi/registry/themes/default + - path: github.com/pulumi/pulumi-hugo/themes/default mounts: - source: content target: content + - source: assets + target: assets + - source: static + target: static - source: layouts target: layouts - source: data target: data - - path: github.com/pulumi/pulumi-hugo/themes/default + - path: github.com/pulumi/registry/themes/default mounts: - source: content target: content - - source: assets - target: assets - - source: static - target: static - source: layouts target: layouts - source: data