diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..bc45c56 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +IN=./public/ +DIR=Sites/iiiypuk.me/www/ + +./hugo && rsync -avz --delete \ + # --exclude 'test' \ + # --exclude 'file.txt' \ + ${IN} kvm5:~/${DIR} + +exit 0 diff --git a/static/humans.txt b/static/humans.txt index ec14cfa..476ecde 100644 --- a/static/humans.txt +++ b/static/humans.txt @@ -1,6 +1,9 @@ /* SITE */ -Last Updated: Tue Sep 03 12:39 AM MSK 2022 -Components: Hugo, Bootstrap 5.2.0 +Last Updated: Thu Mar 28 2024 +Components: + Hugo + Bootstrap 5.3.3 + Ubuntu font family /* TEAM */ Chef: Alexander Popov