This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
generated from wildtechgarden/module-starter-hugo-wtg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Personalize project skeleton for validator action
We remove all references to module-starter and update for the new validator-html-action repo. Signed-off-by: Daniel F. Dickinson <[email protected]>
- Loading branch information
1 parent
df2a82e
commit ee0ae15
Showing
28 changed files
with
131 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ node_modules | |
.env | ||
.disabled-env | ||
hugo-cache/ | ||
.hvm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
+++ | ||
title = "GitHub action to validate HTML and CSS of site" | ||
date = 2023-08-19T23:52:49Z | ||
publishDate = 2023-08-19T23:52:49Z | ||
author = "Daniel F. Dickinson" | ||
tags = [ | ||
"module-docs" | ||
] | ||
description = """\ | ||
Documentation for GitHub action using W3C's validator to validate the HTML \ | ||
and CSS of a website. The main information on using the starter is in the \ | ||
[README](README.md). \ | ||
""" | ||
summary = """\ | ||
Documentation for GitHub action using W3C's validator to validate the HTML \ | ||
and CSS of a website. The main information on using the starter is in the \ | ||
[README](README.md). \ | ||
""" | ||
layout = "single" | ||
+++ | ||
|
||
## Overview | ||
|
||
Documentation for GitHub action using W3C's validator to validate the HTML | ||
and CSS of a website. The main information on using the starter is in the | ||
[README](README.md). | ||
|
||
## Main documentation | ||
|
||
[README](README.md) | ||
|
||
## Colophon | ||
|
||
[LICENSE](LICENSE) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
+++ | ||
title = "Actionne GitHub ce-qui vérifier le HTML et CSS d'une site" | ||
date = "2023-08-19T23:52:49Z" | ||
publishDate = "2023-08-19T23:52:49Z" | ||
author = "Daniel F. Dickinson" | ||
tags = [ | ||
"module-docs" | ||
] | ||
description = """\ | ||
Documentation au Actionne GitHub ce-qui utiliser W3C `validator` a vérifier \ | ||
le HTML et CSS d'une site. Les informations \ | ||
primaires en utiliser l'actionne sont en le [README](README.fr.md). \ | ||
""" | ||
summary = """\ | ||
Documentation au Actionne GitHub ce-qui utiliser W3C `validator` a vérifier \ | ||
le HTML et CSS d'une site. Les informations \ | ||
primaires en utiliser l'actionne sont en le [README](README.fr.md). \ | ||
""" | ||
layout = "single" | ||
+++ | ||
|
||
## Aperçu | ||
|
||
Documentation au Actionne GitHub ce-qui utiliser W3C `validator` a vérifier | ||
le HTML et CSS d'une site. Les informations | ||
primaires en utiliser l'actionne sont en le [README](README.fr.md). | ||
|
||
## Documentation primaire | ||
|
||
[README](README.fr.md) | ||
|
||
## Colophon | ||
|
||
[LICENSE](LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
module github.com/wildtechgarden/module-starter-hugo-wtg | ||
module github.com/wildtechgarden/validator-html-action | ||
|
||
go 1.21 | ||
|
||
require ( | ||
github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-alpha.8 // indirect | ||
github.com/wildtechgarden/demo-test-site-hugo-wtg v0.2.2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-alpha.8 h1:EC9IUdA8CwaF/9C4pMQQkS5DhvjyXKlJwMwCLOfDZ1M= | ||
github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-alpha.8/go.mod h1:H0AqQPgecV8NsgMQS1PREIwoTMWC6hUMngZygLu5R6U= | ||
github.com/wildtechgarden/demo-test-site-hugo-wtg v0.2.2 h1:0hVMXaG0l8WuRRcJJ4KdtJZ6Cm6w1YBp+VtsYmrMXgk= | ||
github.com/wildtechgarden/demo-test-site-hugo-wtg v0.2.2/go.mod h1:Bm3jUL1XjEWNb7rx+I3tBYgW5fYMpt9n0WSdysWP62Q= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
#!/bin/bash | ||
# cspell:ignore modstarter | ||
# cspell:ignore validatehtml | ||
|
||
set -e | ||
set -o pipefail | ||
|
||
rm -rf public | ||
|
||
export BASEURL="https://www.module-starter.wtg-demos.ca/" | ||
export BASEURL="https://www.validator-html-action.wtg-demos.ca/" | ||
export HUGO_RESOURCEDIR="$(pwd)"/resources | ||
export SITECONFIG="$(pwd)"/tests/config/hugo.toml | ||
export TARGET="$(pwd)"/public | ||
export CURDIR="$(pwd)" | ||
|
||
cd tests/config && hugo --gc --minify -b $BASEURL --source "$(pwd)" --destination "${TARGET}" --config "${SITECONFIG}" | ||
cd "${CURDIR}" | ||
rclone sync --progress public/ wtg-modstarter:./ | ||
rclone sync --progress --checksum public/ wtg-validatehtml:./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
module github.com/wildtechgarden/module-starter-hugo-wtg/tests/config | ||
module github.com/wildtechgarden/validator-html-action/tests/config | ||
|
||
go 1.21 | ||
|
||
require ( | ||
github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-alpha.8 // indirect | ||
github.com/wildtechgarden/demo-test-site-hugo-wtg v0.2.2 // indirect | ||
github.com/wildtechgarden/module-starter-hugo-wtg v0.0.0-20230905025949-6944d1761c73 // indirect | ||
github.com/wildtechgarden/wild-theme-shell-mod-hugo v0.1.0-alpha.8 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.