xmitter-11ty/README.md
Zach Leatherman bff180d166 Instructions.
2018-01-16 21:21:05 -06:00

479 B

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