This is the source repository to the about pages of lea.lgbt
npm install
to install dependenciesnpm run dev
to run a local development servernpm run build
to create a production build
This website is created with Eleventy and PostCSS.
Additionally, it uses fluid typography auto-generated via Utopia.
Kudos also go to Lene Saile and her eleventy-excellent template where I shamelessly copycatted the way to organize the configuration inside a /config
folder and encapsulating things into eleventy plugins, and also the method of building the CSS styles directly via Eleventy.