eleventy-base-blog
A starter repository for eleventy static site generator projects.
Getting Started
- Clone this repository:
git clone https://github.com/11ty/eleventy-base-blog.git my-blog-name
- Navigate to the directory
cd my-blog-name
- Install dependencies
npm install
- Run Eleventy
npx eleventy
Or build automatically when a template changes:
npx eleventy --watch
Or in debug mode:
DEBUG=* npx eleventy
Description
Languages
JavaScript
50.9%
Nunjucks
25%
CSS
22.2%
XSLT
1.8%
HTML
0.1%