This is a starter template
I initially made for my own portfolio/blog website, powered by eleventy
. With 11ty you can build pretty fast
static websites and easily maintain them. For more, checkout 11ty.
- uses .liquid files by default
- Automatic minification of .html, .xml && .css files
- Automatic generation (rss) feed.xml & sitemap.xml
- Sass support (with automatic compile on save)
- PWA ready for caching && offline support
- Previous && next navigation for posts
- Support for custom date formats via
dateFormat
npm package
- Clone this repository
git clone https://github.com/orestbida/eleventy-template.git
- Navigate to the directory
cd eleventy-template
- Install dependencies
npm install
- Edit _data/metadata.json
- Run Eleventy with Sass
npm run dev npm run build