fix: links

This commit is contained in:
George Cushen 2023-11-07 23:09:38 +00:00
commit 9b2e271c7c
830 changed files with 4612 additions and 1131 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
title: Wowchemy Test
title: Hugo Blox Test
baseURL: https://example.com
module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind
outputs:
home: [HTML, RSS, WebAppManifest]
disableAliases: true

View file

@ -1,7 +1,7 @@
module github.com/wowchemy/wowchemy-hugo-themes/test
module github.com/HugoBlox/hugo-blox-builder/test
go 1.15
require github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind main
require github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind main
replace github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind => ../modules/wowchemy-tailwind
replace github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind => ../modules/blox-tailwind

View file

@ -1,9 +1,9 @@
{
"name": "wowchemy-test",
"name": "hugo-blox-test",
"version": "0.0.1",
"description": "Wowchemy Test Build",
"description": "Hugo Blox Test Build",
"main": "",
"repository": "https://github.com/wowchemy/wowchemy-hugo-themes",
"repository": "https://github.com/HugoBlox/hugo-blox-builder",
"author": "George Cushen",
"license": "MIT",
"private": true,