We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803cdc5 commit 7aea55fCopy full SHA for 7aea55f
build.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
3
if [ ! -r ./public ]; then
4
- docker run --rm --volume $PWD:/src -w "/src" capsulecorplab/hugo-asciidoctor-plantuml:0.76.5-alpine 'hugo --minify -v --destination public'
+ docker run --rm --volume $PWD:/src -w "/src" capsulecorplab/hugo-asciidoctor-plantuml:0.76.5-alpine 'hugo --minify -v --destination public && cp index.html public/'
5
fi
index.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>Redirecting to https://learnteachcode.org/code-coffee-compendium/home</title>
+<meta http-equiv="refresh" content="0; URL=https://learnteachcode.org/code-coffee-compendium/home">
+<link rel="canonical" href="https://learnteachcode.org/code-coffee-compendium/home">
0 commit comments