a personal neocities page using 11ty as a static site generator
Go to file
2023-12-01 22:55:34 +10:30
.github/workflows make deployment workflow clean up after itself 2023-03-02 14:39:36 +10:30
src update old three albums post 2023-12-01 22:55:34 +10:30
.eleventy.js add id to headers for list pages for linking's sake 2023-10-17 17:36:58 +10:30
.gitignore add boilerplate 2023-02-21 00:02:35 +10:30
imagecleaner.py add argparse and comment to imagecleaner 2023-11-23 19:17:34 +10:30
package-lock.json update rimraf 2023-03-20 12:32:55 +10:30
package.json update rimraf 2023-03-20 12:32:55 +10:30
package.json.bak shitcan bootstrap and use flexbox and breakpoints instead 2023-02-24 16:47:41 +10:30
readme.md Update readme.md 2023-11-07 00:56:11 +10:30

a personal neocities page using 11ty as a static site generator. deploys to https://uuupah.neocities.org.

getting started

  1. clone the repo

git clone https://github.com/uuupah/11ty_neocities.git && cd 11ty_neocities

  1. install dependencies

npm install

  1. start the dev instance

npm start

links

hosted on neocities - https://uuupah.neocities.org

automatically builds and deploys on a commit to main using bcomnes' deploy-to-neocities github action

i got started using flamed fury's 11ty guide

todo

  • set up image shortcodes to automatically create webps
  • actually paginate infinite nightmare
  • make the 404 page less wankery