hebra
hebra copied to clipboard
Hebra is a skeletal Eleventy starter kit that gives you nothing but good ol’ HTML and an RSS feed. It serves as the ideal kick-off point for your projects.
A skeletal starter kit for Eleventy
Hebra is a skeletal Eleventy starter kit that gives you nothing but good ol’ HTML and an RSS feed. It serves as the ideal kick-off point for your projects.
Features
Hebra version 0.1.0 features:
📦 Core mark-up and layouts for homepage, post feed pages and posts
📂 Tags and tag archives
🚀 An RSS feed for your posts
🗺 A data driven navigation
Getting started
Method one: One-Click Deploy to Netlify
You can deploy Hebra to Netlify with one click and you’ll be up and running in minutes!
Method two: Clone / Fork
- Clone or fork this repo:
git clone https://github.com/andybelldesign/herbra cdinto the project directory and runnpm install- Once all the dependencies are installed run
npm start - Open your browser at
http://localhost:8080and away you go!
Terminal commands
Serve the site locally
npm start
Build a production version of the site
npm run production
Get involved
This project is super early and feedback is very much welcome. In order to keep things running smooth, please consult the contribution guide and code of conduct.
The stuff that I need the most help with is:
- Documentation
- Accessibility
- Performance
I need something with some CSS
I’ve got your back. Check out Hylia, which is a much more fully-featured starter kit.