My site kaosfield contents and builder for distribution.
Build with:
Install Node.js and dependencies.
asdf install
npm i
Build.
npm run build
Deployment.
cp deploy.sh.example deploy.sh
# Edit deploy.sh
npm run deploy
npx css-minify -f static/stylesheets/style.css -o . && cat style.min.css && rm -f style.min.css
Inline it into <style>...here...</style>
.
base64 static/icon.webp | tr -d '\n'
Inline it into <img src="data:image/webp;base64,...here..."></img>
.
Copyright (C) 2001-2025 ka