Ability to yeet my website into cyberspace is now here(f u t u r e)

This commit is contained in:
Medium Fries 2018-12-23 00:55:40 -08:00
parent d1e9659cd1
commit bcbe145ab4

View File

@ -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/
}
"$@"