Skip to content

kaosf/kaosfield

Repository files navigation

kaosfield

My site kaosfield contents and builder for distribution.

Build with:

How to build

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

How to inline CSS and image

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

License

CC BY-NC-SA 4.0

Copyright (C) 2001-2025 ka

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages