Initial commit with some content

This commit is contained in:
2020-06-22 12:22:19 +02:00
commit b9015e5d31
20 changed files with 1149 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env fish
printf "###############################################################################\n"
printf "# Compiling blog #\n"
printf "###############################################################################\n"
hugo -D
printf "###############################################################################\n"
printf "# Uploading blog #\n"
printf "###############################################################################\n"
rsync -ruvtEhl --progress public/ Tilo:~/www/phundrak.com/blog