Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.07 KB

Kablamo.me

Theme

This blog is based on the theme (Eleventy Excellent)[https://github.com/madrilene/eleventy-excellent] and has been adapted to fit my tastes. A live preview of this theme is available here and deserves credit for most of the hard UI work.

GitHub Repo stars Follow @lene@front-end.social

Sites that are based on / built with Eleventy Excellent.

Development

Install dependencies

This project uses bun

bun install

Working locally

Starts watch tasks to compile when changes detected

bun run dev:11ty

Creating a production build

Minify JS, CSS and HTML.

bun run build