A simply-sweet blog template for 11ty!
For more information, including a step-by-step installation guide with detailed instructions, check out the homepage.
Don't be scared by this README! It's designed for those already familiar with web technologies like npm and Node.
I promise the installation guide on the homepage is simpler. 😊
npm i
, then edit _data/config.jsonc
and follow the instructions.
npm run dev
- Starts a dev server at
localhost:1234
- Starts a dev server at
npm run build
- Builds the completed site to
_site/
- Builds the completed site to
npm run upload
- Builds the site, then uploads it to Neocities
- This requires supplying your Neocities API key: read
.env
and follow the instructions.
- Fixed malformed link previews (affected Mastodon, mainly).
- Node version used now listed in user-ref.
- Installation guide reminds users to update Node.