Naomi See's blog created with the super slim xity-starter which is an 11ty starter project based on PostCSS and Parcel, with a RSS feed and Native Elements.
- Eleventy for templates and site generation
- PostCSS and PostCSS Preset Env to process your CSS
- cssnano to minimize, merge and optimize the CSS ouput
- Parcel for a simple asset build pipeline
- Turbolinks makes navigating your web application faster
- What Input to show outline only when navigating with keyboard
yarn install
This command will run parcel
and the local server (with Browsersync) with auto reload.
yarn dev
To generate your static site/blog you can run the following command. It will prepare the content assets and run optimisations for a production release.
yarn build