Skip to main content

in reply to Roni Laukkarinen

I think I saw this theme in a previous search to help my own minimalist theme development.

github.com/asuh/forage/

Forage uses Vite and Biome (instead of Webpack, ESLint, Prettier) to save on NPM dependencies, as well as Laravel Blade for templating. I'll review your the choices in Air-light to see if there's anything there to learn from :)

in reply to Micah

@asuh I don't like PHP templating, our goal is to do as much as traditional ways as possible. In front end tools we're moving towards parcel in the future.
in reply to Roni Laukkarinen

Totally understand about PHP templating. I consider making a secondary version of my theme to be purely PHP without abstracting templating, but haven't committed to it yet. Regardless, nice work on the Air-light theme :)
in reply to Roni Laukkarinen

Great. I have been looking for a new lite theme. In the past I would use BareBones but I don't know if it's still being maintained.