Go to file
Zach Leatherman bff180d166 Instructions.
2018-01-16 21:21:05 -06:00
_data Initial commit. 2018-01-16 21:08:47 -06:00
_includes Renames url filter to url 2018-01-16 21:20:54 -06:00
about Initial commit. 2018-01-16 21:08:47 -06:00
css Initial commit. 2018-01-16 21:08:47 -06:00
feed Initial commit. 2018-01-16 21:08:47 -06:00
img Initial commit. 2018-01-16 21:08:47 -06:00
posts Initial commit. 2018-01-16 21:08:47 -06:00
.eleventy.js Renames url filter to url 2018-01-16 21:20:54 -06:00
.eleventyignore Initial commit. 2018-01-16 21:08:47 -06:00
.gitignore Initial commit. 2018-01-16 21:08:47 -06:00
index.njk Initial commit. 2018-01-16 21:08:47 -06:00
LICENSE Initial commit 2018-01-15 13:28:08 -06:00
package.json Initial commit. 2018-01-16 21:08:47 -06:00
README.md Instructions. 2018-01-16 21:21:05 -06:00

eleventy-base-blog

A starter repository for eleventy static site generator projects.

Getting Started

  1. Clone this repository:
git clone https://github.com/11ty/eleventy-base-blog.git my-blog-name
  1. Navigate to the directory
cd my-blog-name
  1. Install dependencies
npm install
  1. Run Eleventy
npx eleventy

Or build automatically when a template changes:

npx eleventy --watch

Or in debug mode:

DEBUG=* npx eleventy