orestbida / eleventy-template

⚡ A fast eleventy template to get you started

Home Page:https://11ty-template.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 starter eleventy-template

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.

Demo

Features

  • 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

Getting Started

  1. Clone this repository
    git clone https://github.com/orestbida/eleventy-template.git
    
  2. Navigate to the directory
    cd eleventy-template
    
  3. Install dependencies
    npm install
    
  4. Edit _data/metadata.json
  5. Run Eleventy with Sass
    npm run dev
    npm run build
    
    

About

⚡ A fast eleventy template to get you started

https://11ty-template.netlify.app/

License:MIT License


Languages

Language:Liquid 45.2%Language:SCSS 33.7%Language:JavaScript 21.1%