diff --git a/.github/workflows/fast-deploy.yaml b/.github/workflows/fast-deploy.yaml index ce72929..96d6a51 100644 --- a/.github/workflows/fast-deploy.yaml +++ b/.github/workflows/fast-deploy.yaml @@ -24,7 +24,7 @@ jobs: key: ${{ secrets.SSH_KEY }} script: | cd repo/src - sass sass/:css/ + sass scss/:css/ - name: Build hugo uses: appleboy/ssh-action@master with: @@ -42,7 +42,7 @@ jobs: username: ubuntu key: ${{ secrets.SSH_KEY }} script: | - sudo su - rm -rf /usr/share/nginx/html/ilia.moe - cp -r repo/src /usr/share/nginx/html/ilia.moe - cp -r repo/hugo/recipe/public /usr/share/nginx/html/ilia.moe/cool-stuff/recipes + sudo rm -rf /usr/share/nginx/html/ilia.moe + sudo cp -r repo/src /usr/share/nginx/html/ilia.moe + sudo cp -r repo/hugo/recipe/public /usr/share/nginx/html/ilia.moe/cool-stuff/recipes + sudo cp repo/error_pages/* /usr/share/nginx/html/resources diff --git a/README.md b/README.md index 5dad18a..b64ff9e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ # welcome to my ~~video game channel~~ website -the part that's public, anyway +the part that's public, anyway --- which is essentially all of it -There's no backend component to my public website, so it's pretty much "open source" anyway— -you're downloading it if you open the page. -I wanted to use git to track it anyway, and GitHub is a pretty easy way to move files around. -(*just to be super clear—compromising my GitHub would not also imply compromising -my website*) -I mean, people who use GitHub pages for a personal website are essentially doing what I'm doing but -with fewer steps -(except I'm cooler because I have to manage nginx). +Everything is pretty messy since I don't have a good handle +on what I want to host at any one time besides just my +landing page. diff --git a/hugo/recipe/themes/ilia-hugo-theme b/hugo/recipe/themes/ilia-hugo-theme index b33d57d..9dc35c1 160000 --- a/hugo/recipe/themes/ilia-hugo-theme +++ b/hugo/recipe/themes/ilia-hugo-theme @@ -1 +1 @@ -Subproject commit b33d57d56576d0d78abf92c966ca65affcffe79f +Subproject commit 9dc35c1017df047a6b244ac8a431e0694fd54547 diff --git a/src/about.html b/src/about.html index 240be40..3cb0dca 100644 --- a/src/about.html +++ b/src/about.html @@ -6,11 +6,11 @@
-