bayton.org, powered by eleventy
The 6th major iteration of the BAYTON design. This latest theme is all about white space, openness, and simplicity. Tying in a new brand identity at the same time. A lot of style is pulled over from v5 (never made it out of beta) but without all of the bloat.
This site automatically builds to netlify on commit, and can be accessed publicly here - https://bayton.org/
Or build locally:
- Pull this repo locally
- Run
npm install
to get things set up - Run
npx @11ty/eleventy
to build the site to_public
, ornpx @11ty/eleventy --serve
to spin up a local dev server.