فهرست منبع

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 => ../