_data | ||
_includes | ||
about | ||
css | ||
feed | ||
img | ||
posts | ||
.eleventy.js | ||
.eleventyignore | ||
.gitignore | ||
index.njk | ||
LICENSE | ||
package.json | ||
README.md |
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