test: add bare-bones test site

This commit is contained in:
George Cushen 2020-10-24 19:45:13 +01:00
commit f759efccf7
4 changed files with 17 additions and 0 deletions

View file

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

View file

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

View file

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

7
wowchemy/test/go.mod Normal file
View file

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