feat: Ajout du theme lowtech

This commit is contained in:
Simon 2021-03-11 15:43:31 +01:00
parent 9468be440e
commit 44b24a816d
4 changed files with 18 additions and 0 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
URL=

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/hugo-theme-lowtech"]
path = themes/hugo-theme-lowtech
url = https://git.weko.io/kosssi/hugo-theme-lowtech.git

13
run Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
set -eu
. ./.env
. ./themes/hugo-theme-lowtech/scripts/run
if [ $# -ge 1 ]; then
$@
else
help_generic
fi
end

@ -0,0 +1 @@
Subproject commit 542c1adaa52c7519a919db627f9227e3c5263aa7