Removed old examples

This commit is contained in:
southerntofu 2020-04-29 21:48:03 +02:00
parent 18f4a91e2c
commit beb7a36d7a
4 changed files with 0 additions and 22 deletions

View File

@ -1 +0,0 @@
thunix.net

View File

@ -1,19 +0,0 @@
#!/bin/bash
[[ $# = 0 ]] && echo "ERROR" && exit 1
ARGS=""
if [ -f $GITBUILDDIR/config/hostname ]; then
base_url="https://$(cat $GITBUILDDIR/config/hostname)/~$USER/$1"
echo $base_url
ARGS="$ARGS -u $base_url"
fi
zola build $ARGS
if [[ $? != 0 ]]; then
echo "Building site $1 failed."
exit 2
fi
rm -R ~/public_html/$1
cp -R public ~/public_html/$1
rm -R public

View File

@ -1 +0,0 @@
drafts

View File

@ -1 +0,0 @@
https://tildegit.org/southerntofu/rfcs