diff --git a/README.md b/README.md index 0b0ea5e..a2c2ed3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A starter repository showing how to build a blog with the [Eleventy](https://git * [Netlify](https://eleventy-base-blog.netlify.com/) * [Get your own Eleventy web site on Netlify](https://app.netlify.com/start/deploy?repository=https://github.com/11ty/eleventy-base-blog)—seriously, just click OK a few times and it’s live—Netlify is amazing. * [GitHub Pages](https://11ty.github.io/eleventy-base-blog/) +* [Remix on Glitch](https://glitch.com/~11ty-eleventy-base-blog) ## Getting Started @@ -68,4 +69,4 @@ DEBUG=* npx eleventy * `_includes/layouts/base.njk`: the top level HTML structure * `_includes/layouts/home.njk`: the home page template (wrapped into `base.njk`) * `_includes/layouts/post.njk`: the blog post template (wrapped into `base.njk`) -* `_includes/postlist.njk` is a Nunjucks include and is a reusable component used to display a list of all the posts. `index.njk` has an example of how to use it. \ No newline at end of file +* `_includes/postlist.njk` is a Nunjucks include and is a reusable component used to display a list of all the posts. `index.njk` has an example of how to use it.