Built with XITI
📰 Integrated RSS Feed.
💅 PostCSS with PostCSS Preset Env and cssnano to enhance and clean your css.
🏅 No CSS or JS frameworks to remove. Just add what you need.
📝 Basic blog structure.
📦 Basic building with Parcel bundler.
🎚 Configuration file to set meta data and global settings.
🎨 Code highlights which you can disable with a flag.
⚡️ Superpowered HTML elements with Native Elements.
🤖 Custom blog posts parser to create <figure> and wrap iframes
⚙️ Service Worker generated by eleventy-plugin-pwa
- 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
You should install the required dependencies:
yarn installThis command will run parcel and the local server (with Browsersync) with auto reload.
yarn devTo 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