diff --git a/.github/workflows/deploy-to-neocities.yml b/.github/workflows/deploy-to-neocities.yml index 069f6af..7e1b2d3 100644 --- a/.github/workflows/deploy-to-neocities.yml +++ b/.github/workflows/deploy-to-neocities.yml @@ -33,7 +33,7 @@ jobs: run: hugo --minify - name: Insert 404 page run: | - cp public/not_found/index.html public/not_found.html + cp public/404/index.html public/not_found.html - name: Highlight with Torchlight run: | npm i @torchlight-api/torchlight-cli diff --git a/content/404.md b/content/404.md index c30b7c9..6eff99f 100644 --- a/content/404.md +++ b/content/404.md @@ -1,6 +1,5 @@ +++ title = "404'd!" -aliases = ["not_found"] noindex = true timeless = true comments = true