a personal neocities page using 11ty as a static site generator
Go to file
2023-02-22 19:56:03 +10:30
.github/workflows change github deploy action branch to main from master 2023-02-21 00:25:08 +10:30
src add bootstrap 2023-02-22 19:56:03 +10:30
.eleventy.js add boilerplate 2023-02-21 00:02:35 +10:30
.gitignore add boilerplate 2023-02-21 00:02:35 +10:30
package-lock.json add bootstrap 2023-02-22 19:56:03 +10:30
package.json add bootstrap 2023-02-22 19:56:03 +10:30
readme.md add readme 2023-02-22 10:39:33 +10:30

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

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.com

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