mirror of
https://github.com/elisspace/blog-test.git
synced 2026-09-23 11:07:39 +00:00
c6df711fb4a9d5d649803cfdfec573586548e64a
eleventy-base-blog
A starter repository showing how to build a blog with the Eleventy static site generator.
Getting Started
1. Clone this repository:
git clone https://github.com/11ty/eleventy-base-blog.git my-blog-name
2. Navigate to the directory
cd my-blog-name
3. Install dependencies
npm install
4. Run Eleventy
npx eleventy
Or build automatically when a template changes:
npx eleventy --watch
Or in debug mode:
DEBUG=* npx eleventy
Languages
Nunjucks
39.9%
JavaScript
33.7%
CSS
26.4%