diff --git a/build.sh b/build.sh index 0b118ec..28e324c 100755 --- a/build.sh +++ b/build.sh @@ -28,4 +28,13 @@ style() { sed -i 's/(.\/fonts/(..\/fonts/g' $rootDir/post/style.css } + +yeet() { + post + page + style + # finally we'll upload the site itself to neocities + neocities push _site/ +} + "$@"