mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-24 02:20:50 +02:00
test: port test site from using wowchemy-bootstrap to wowchemy-tailwind
This commit is contained in:
parent
962eba579f
commit
c80f023f21
8 changed files with 25 additions and 36 deletions
2
test/assets/dist/wc.css
vendored
Normal file
2
test/assets/dist/wc.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
test/assets/media/cake.svg
Normal file
1
test/assets/media/cake.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.7 KiB |
|
@ -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
18
test/content/_index.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: Home
|
||||
date: 2023-11-01
|
||||
type: landing
|
||||
|
||||
sections:
|
||||
- block: markdown
|
||||
content:
|
||||
title: ⚡️ Section 1
|
||||
text: |
|
||||
Hello world 1 😃
|
||||

|
||||
- 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.
|
||||
---
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
# Generate Wowchemy CMS
|
||||
type: wowchemycms
|
||||
private: true
|
||||
outputs:
|
||||
- wowchemycms_config
|
||||
- HTML
|
||||
---
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
type: widget_page
|
||||
headless: true
|
||||
---
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
widget: blank
|
||||
widget_id: hello
|
||||
headless: true
|
||||
weight: 1
|
||||
design:
|
||||
columns: '1'
|
||||
---
|
||||
|
||||
Hello world 😃
|
12
test/go.mod
12
test/go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue