From 8039228db1ecc500f5372da2adc04ef991303a0e Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 15 Aug 2023 18:39:24 +0000 Subject: Added images, fixed scripts, updated index markdown --- scripts/export.sh | 2 +- scripts/new.md | 9 --------- scripts/update.sh | 2 +- static/images/catonlap.jpg | Bin 0 -> 68382 bytes static/images/chuddy.jpg | Bin 0 -> 189361 bytes static/images/graduation.jpg | Bin 0 -> 290228 bytes static/images/stolenvalour.jpg | Bin 0 -> 234621 bytes static/index.md | 4 +++- 8 files changed, 5 insertions(+), 12 deletions(-) delete mode 100755 scripts/new.md create mode 100644 static/images/catonlap.jpg create mode 100644 static/images/chuddy.jpg create mode 100644 static/images/graduation.jpg create mode 100644 static/images/stolenvalour.jpg diff --git a/scripts/export.sh b/scripts/export.sh index 66b56e7..4c4af2c 100755 --- a/scripts/export.sh +++ b/scripts/export.sh @@ -9,4 +9,4 @@ read export_name echo "Exporting blog post " $id " to " $export_name touch $export_name -sudo docker run -it --entrypoint python3 -v "$(pwd)/edaweb.conf":/app/edaweb.conf -v "$(pwd)/$export_name":/app/$export_name --link mariadb:mysql --rm jwansek/edaweb /app/parser.py export -i $id -u root -o $export_name +sudo docker run -it --entrypoint python3 -v "$(pwd)/edaweb.conf":/app/edaweb.conf -v "$(pwd)/$export_name":/app/$export_name --network mariadb --rm jwansek/edaweb /app/parser.py export -i $id -u root -o $export_name diff --git a/scripts/new.md b/scripts/new.md deleted file mode 100755 index 034480a..0000000 --- a/scripts/new.md +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -echo -n "Input blog post title: " -read title - -echo -n "Input blog post category: " -read category - -sudo docker run -it --entrypoint python3 -v "$(pwd)/edaweb.conf":/app/edaweb.conf -v "$(pwd)/$1":/app/$1 --link mariadb:mysql --rm jwansek/edaweb /app/parser.py save -m /app/$1 -u root -c $category -t $title diff --git a/scripts/update.sh b/scripts/update.sh index 9734089..5694e3a 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -3,4 +3,4 @@ echo -n "Input blog post ID to update: " read id -sudo docker run -it --entrypoint python3 -v "$(pwd)/edaweb.conf":/app/edaweb.conf -v "$(pwd)/$1":/app/$1 --link mariadb:mysql --rm jwansek/edaweb /app/parser.py update -i $id -u root -m $1 +sudo docker run -it --entrypoint python3 -v "$(pwd)/edaweb.conf":/app/edaweb.conf -v "$(pwd)/$1":/app/$1 --network mariadb --rm jwansek/edaweb /app/parser.py update -i $id -u root -m $1 diff --git a/static/images/catonlap.jpg b/static/images/catonlap.jpg new file mode 100644 index 0000000..37e526b Binary files /dev/null and b/static/images/catonlap.jpg differ diff --git a/static/images/chuddy.jpg b/static/images/chuddy.jpg new file mode 100644 index 0000000..813543a Binary files /dev/null and b/static/images/chuddy.jpg differ diff --git a/static/images/graduation.jpg b/static/images/graduation.jpg new file mode 100644 index 0000000..89bafd7 Binary files /dev/null and b/static/images/graduation.jpg differ diff --git a/static/images/stolenvalour.jpg b/static/images/stolenvalour.jpg new file mode 100644 index 0000000..d666623 Binary files /dev/null and b/static/images/stolenvalour.jpg differ diff --git a/static/index.md b/static/index.md index 6e8a1db..535f8c8 100755 --- a/static/index.md +++ b/static/index.md @@ -1,7 +1,7 @@ ![(you)s](https://eda.gay/img/braindamage.png) ## haiiiiiii -my name is eden and im a 21yo (boymoder) computer science undergraduate. i made my own website to encourage others to do so too. +my name is eden and im a 22yo (boymoder) computer science student. i made my own website to encourage others to do so too. i'll post my thoughts on here sometimes, and use this site to link to other stuff i host [more about me](/thought?id=2). [click here for a random image of lio fotia](https://eda.gay/random?tags=lio_fotia) @@ -12,6 +12,8 @@ i'll post my thoughts on here sometimes, and use this site to link to other stuf ## FOSS alternative services +(some are currently down as i am temporarily hosting on a VPS instead of my [normal server](https://wiki.eda.gay)) + - [nextcloud - dropbox (+ much more!) alternative](https://nc.eda.gay) - [invidious - youtube alternative](https://invidious.eda.gay) - [nitter - alternative twitter frontend](https://nitter.eda.gay) -- cgit v1.2.3