XITY Starter
XITY (roman version of 11ty) is a basic starter blog/site built on top of Eleventy. You will find just some basic tools to start your project, no frameworks, no extra css and html, nothing to clean. Just start from here.
Key features
- Integrated RSS Feed.
- PostCSS with 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 Snowpack bundler.
- Configuration file to set meta data and global settings.
- Code highlight which can be disabled with a flag.
- Superpowered HTML elements with Native Elements.
- Custom 404 page layout.
- Custom blog posts parser to create
<figure>
and wrap iframes - Service Worker generated by eleventy-plugin-pwa
What’s next?
Posts paginationdoneTags and tags collectionsdoneService Workerdone
Note The design of this demo site is not polished to avoid bloating the starter with
css
code useless for your project.