Hebra

screenshot of Hebra

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.

Overview

The Hebra starter kit is a skeletal Eleventy starter kit that provides a basic HTML structure and an RSS feed. It is designed to be a starting point for new projects.

Features

  • Core mark-up and layouts: includes templates for homepage, post feed pages, and individual posts.
  • Tags and tag archives: allows for organizing and displaying posts by tags.
  • RSS feed: generates an RSS feed for the posts.
  • Data driven navigation: supports creating navigation menus based on data.

Method one: One-Click Deploy to Netlify

  1. Click on the "Deploy to Netlify" button.
  2. Follow the instructions to deploy the Hebra starter kit to Netlify.
  3. Once the deployment is complete, your project will be up and running.

Method two: Clone / Fork

  1. Clone or fork the Hebra starter kit repository using the following command: git clone https://github.com/andybelldesign/herbra.git
  2. Navigate to the project directory.
  3. Install the dependencies by running the command: npm install
  4. After the dependencies are installed, start the development server by running: npm start
  5. Open your browser and navigate to http://localhost:8080 to view the site.

Terminal Commands

  • npm start: serves the site locally for development.
  • npm run build: builds a production version of the site.

Summary

The Hebra starter kit for Eleventy is a minimalist starting point for web development projects. It provides basic HTML templates, tag support, an RSS feed, and a data driven navigation. It can be quickly deployed to Netlify or cloned/forked for local development. Feedback and contributions are welcome, and there is also a more fully-featured starter kit called Hylia available for those needing additional CSS support.