a personal neocities page using 11ty as a static site generator
Go to file
2023-03-20 12:32:55 +10:30
.github/workflows make deployment workflow clean up after itself 2023-03-02 14:39:36 +10:30
.obsidian vault backup: 2023-02-25 23:30:52 2023-02-25 23:30:52 +10:30
src add / work on draft posts 2023-03-20 12:32:44 +10:30
.eleventy.js add drafting functionality and test 2023-03-09 13:09:01 +10:30
.gitignore add boilerplate 2023-02-21 00:02:35 +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-03-09 13:10:58 +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