Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

orestbida/eleventy-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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