mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
test: add bare-bones test site
This commit is contained in:
parent
b2f2eb3c27
commit
f759efccf7
4 changed files with 17 additions and 0 deletions
6
wowchemy/test/config.yaml
Normal file
6
wowchemy/test/config.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
title: Wowchemy Test
|
||||
module:
|
||||
imports:
|
||||
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy
|
||||
params:
|
||||
theme: minimal
|
3
wowchemy/test/content/home/index.md
Normal file
3
wowchemy/test/content/home/index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
type: widget_page
|
||||
---
|
1
wowchemy/test/content/home/section.md
Normal file
1
wowchemy/test/content/home/section.md
Normal file
|
@ -0,0 +1 @@
|
|||
Hello world 😃
|
7
wowchemy/test/go.mod
Normal file
7
wowchemy/test/go.mod
Normal 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 => ../
|
Loading…
Add table
Add a link
Reference in a new issue