From 1c7e4b8cb3372cdc2e19c83019ce24978d7d9f39 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sat, 20 Jul 2024 10:55:55 -0400 Subject: [PATCH 1/2] Update web01 address --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 14f0619..8f3e39d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -3,4 +3,4 @@ mkdocs build #ssh -t subnet@charlie.u15i.net "rm -rf /home/subnet/web/subnet-main/*" #scp -r ./site/* subnet@charlie.u15i.net:/home/subnet/web/subnet-main/ #rsync -rzP --delete ./site/ subnet@charlie.u15i.net:/home/subnet/web/subnet-main/ -rsync -rzP --delete ./site/ cody@web01.u15i.net:/var/www/subnet_masked/root \ No newline at end of file +rsync -rzP --delete ./site/ cody@web01.east1.us.mapleflask.net:/var/www/subnet_masked/root \ No newline at end of file From cf103b9615d8edda109098e7e8388e296a2c4fa5 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sat, 20 Jul 2024 10:56:05 -0400 Subject: [PATCH 2/2] Add stream --- docs/stream.md | 6 ++++++ mkdocs.yml | 1 + 2 files changed, 7 insertions(+) create mode 100644 docs/stream.md diff --git a/docs/stream.md b/docs/stream.md new file mode 100644 index 0000000..7f363bc --- /dev/null +++ b/docs/stream.md @@ -0,0 +1,6 @@ +--- +title: Stream +icon: material/video +--- + + \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 254f8c6..c703bff 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -66,6 +66,7 @@ nav: - 'gpg.md' - 'projects/index.md' - 'gallery.md' + - 'stream.md' plugins: - glightbox: touchNavigation: true