Browse Source

chore: remove Wowchemy as direct dependency in Hello World theme mod

George Cushen 4 years ago
parent
commit
057ded33f5
2 changed files with 0 additions and 4 deletions
  1. 0 2
      themes/hello-world/config.yaml
  2. 0 2
      themes/hello-world/go.mod

+ 0 - 2
themes/hello-world/config.yaml

@@ -1,6 +1,4 @@
 module:
-  imports:
-    - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy
   mounts:
     - source: content
       target: content

+ 0 - 2
themes/hello-world/go.mod

@@ -1,5 +1,3 @@
 module github.com/wowchemy/wowchemy-hugo-modules/themes/hello-world
 
 go 1.15
-
-require github.com/wowchemy/wowchemy-hugo-modules/wowchemy master