Skip to content

Commit

Permalink
Update Blog Post “creating-a-blog-with-11ty-and-netlify-cms”
Browse files Browse the repository at this point in the history
  • Loading branch information
randalvance committed Sep 27, 2020
1 parent 19348c5 commit c33ba35
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions blogPosts/creating-a-blog-with-11ty-and-netlify-cms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Creating a Blog with 11ty and Netlify CMS
date: 2020-08-03T15:27:42.017Z
description: In this tutorial, we will use 11ty and Netlify CMS to create a personal blog.
tags:
- 11ty
- netlify
---
This is a draft.

What is 11ty?
* It is a static site generator.

# Creating a new 11ty Project
Let's first install the eleventy CLI by running the following command.
```text
npm install -g @11ty/eleventy
```

0 comments on commit c33ba35

Please sign in to comment.