mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 10:50:50 +02:00
fix: links
This commit is contained in:
parent
f9b227c335
commit
9b2e271c7c
830 changed files with 4612 additions and 1131 deletions
2
test/assets/dist/wc.css
vendored
2
test/assets/dist/wc.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue