浏览代码

test: add bare-bones test site

George Cushen 4 年之前
父节点
当前提交
f759efccf7
共有 4 个文件被更改,包括 17 次插入0 次删除
  1. 6 0
      wowchemy/test/config.yaml
  2. 3 0
      wowchemy/test/content/home/index.md
  3. 1 0
      wowchemy/test/content/home/section.md
  4. 7 0
      wowchemy/test/go.mod

+ 6 - 0
wowchemy/test/config.yaml

@@ -0,0 +1,6 @@
+title: Wowchemy Test
+module:
+  imports:
+    - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy
+params:
+  theme: minimal

+ 3 - 0
wowchemy/test/content/home/index.md

@@ -0,0 +1,3 @@
+---
+type: widget_page
+---

+ 1 - 0
wowchemy/test/content/home/section.md

@@ -0,0 +1 @@
+Hello world 😃

+ 7 - 0
wowchemy/test/go.mod

@@ -0,0 +1,7 @@
+module github.com/wowchemy/wowchemy-hugo-modules/test
+
+go 1.15
+
+require github.com/wowchemy/wowchemy-hugo-modules/wowchemy master
+
+replace github.com/wowchemy/wowchemy-hugo-modules/wowchemy => ../