Skip to content

Commit be9ea35

Browse files
Readme update (#3)
* updated README.md, added eleventy-blog-starter.jpg
1 parent 45605ce commit be9ea35

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
# Eleventy (11ty) blog starter
1+
# Eleventy (11ty) Blog Starter
2+
3+
![Eleventy Blog Starter preview.](eleventy-blog-starter.jpg)
24

35
A starter repository showing how to build a blog with the [Eleventy](https://www.11ty.dev/) and [Tailwind CSS](https://tailwindcss.com/).
46

7+
**View demo:** [https://eleventy-blog-starter-demo.netlify.app/](https://eleventy-blog-starter-demo.netlify.app/)
8+
59
## Deploying to Netlify
610

711
If you click "Deploy to Netlify" button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.
812

913
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/eleventy-blog-starter)
1014

1115

12-
## Getting started
16+
## Getting Started
1317

1418
1. Clone this Repository
1519

@@ -37,7 +41,7 @@ npm run build
3741

3842
Or you can run [debug mode](https://www.11ty.dev/docs/debugging/) to see all the internals.
3943

40-
## Project structure
44+
## Project Structure
4145

4246
- `content/blog/` has the blog posts but really they can live in any directory. They need only the `posts` tag to be included in the blog posts [collection](https://www.11ty.dev/docs/collections/).
4347
- Use the `eleventyNavigation` key (via the [Eleventy Navigation plugin](https://www.11ty.dev/docs/plugins/navigation/)) in your front matter to add a template to the top level site navigation. This is in use on `content/index.njk` and `content/about/index.md`.

eleventy-blog-starter.jpg

160 KB
Loading

0 commit comments

Comments
 (0)