My tiny homepage. Uses the awesomeness of 11ty with Nunjucks to keep things nice and tidy. Since there is only a single page and just a handful of styles, they are minified and embedded as internal CSS. The favicon and font are passed via passthrough copy. No SASS or complicated build processes. Macros and components are used to keep things DRY. The background is The Great Wave off Kanagawa, converted into ASCII art by me.
To serve the site locally, do
npm i
npm run dev
To build a bundle for production, do
npm i
npm run build
The source code in this repository is licensed under the GNU Affero General Public License. See LICENSE for full terms.