create not_found.html for neocities

This commit is contained in:
John Bowdre 2024-01-21 13:04:43 -06:00
parent 530a5c2433
commit 1b90235577

View file

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