create not_found.html for neocities

This commit is contained in:
John Bowdre 2024-01-21 13:04:43 -06:00
parent 7f02efaae8
commit b3bfe64a65

View file

@ -41,6 +41,9 @@ jobs:
run: | run: |
hugo \ hugo \
--minify --minify
- name: Insert 404 page
run: |
cp public/not_found/index.html public/not_found.html
- name: Highlight with Torchlight - name: Highlight with Torchlight
run: | run: |
npm i @torchlight-api/torchlight-cli npm i @torchlight-api/torchlight-cli