test: port test site from using wowchemy-bootstrap to wowchemy-tailwind

This commit is contained in:
George Cushen 2023-11-01 19:34:48 +00:00
commit c80f023f21
8 changed files with 25 additions and 36 deletions

2
test/assets/dist/wc.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -2,11 +2,9 @@ title: Wowchemy Test
baseURL: https://example.com
module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind
outputs:
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
home: [HTML, RSS, WebAppManifest]
disableAliases: true
taxonomies: []
markup:

18
test/content/_index.md Normal file
View file

@ -0,0 +1,18 @@
---
title: Home
date: 2023-11-01
type: landing
sections:
- block: markdown
content:
title: ⚡️ Section 1
text: |
Hello world 1 😃
![](cake.svg)
- block: markdown
content:
title: 🎉 Section 2
text: |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lacinia tortor a leo elementum, vitae sollicitudin diam posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas blandit quam sed justo blandit, sed tincidunt metus accumsan. Aenean at lacus nec neque mollis consectetur. Nullam non lorem dignissim, hendrerit nibh ut, ultricies augue. Integer finibus pellentesque mauris, et consectetur orci. Etiam id massa elementum, dapibus velit quis, vestibulum neque. Aenean scelerisque et quam vel vehicula. Sed rutrum et eros vulputate mattis. In finibus metus vel orci porttitor cursus. Duis commodo sed urna at cursus. Quisque et est eget elit pharetra volutpat. Fusce eleifend, eros non tristique interdum, justo lectus convallis turpis, sit amet sagittis ante mauris scelerisque enim. Suspendisse volutpat ultrices urna ac vehicula.
---

View file

@ -1,8 +0,0 @@
---
# Generate Wowchemy CMS
type: wowchemycms
private: true
outputs:
- wowchemycms_config
- HTML
---

View file

@ -1,4 +0,0 @@
---
type: widget_page
headless: true
---

View file

@ -1,10 +0,0 @@
---
widget: blank
widget_id: hello
headless: true
weight: 1
design:
columns: '1'
---
Hello world 😃

View file

@ -2,14 +2,6 @@ module github.com/wowchemy/wowchemy-hugo-themes/test
go 1.15
require (
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.0
)
require github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind main
replace (
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms => ../modules/wowchemy-plugin-netlify-cms
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify => ../modules/wowchemy-plugin-netlify
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 => ../modules/wowchemy
)
replace github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind => ../modules/wowchemy-tailwind