Add link to eleventy

This commit is contained in:
Zach Leatherman 2018-01-16 21:22:47 -06:00
parent bff180d166
commit c6df711fb4

View File

@ -1,28 +1,28 @@
# eleventy-base-blog # eleventy-base-blog
A starter repository for eleventy static site generator projects. A starter repository showing how to build a blog with the [Eleventy](https://github.com/11ty/eleventy) static site generator.
## Getting Started ## Getting Started
1. Clone this repository: ### 1. Clone this repository:
``` ```
git clone https://github.com/11ty/eleventy-base-blog.git my-blog-name git clone https://github.com/11ty/eleventy-base-blog.git my-blog-name
``` ```
2. Navigate to the directory ### 2. Navigate to the directory
``` ```
cd my-blog-name cd my-blog-name
``` ```
3. Install dependencies ### 3. Install dependencies
``` ```
npm install npm install
``` ```
4. Run Eleventy ### 4. Run Eleventy
``` ```
npx eleventy npx eleventy