Skip to content

Commit

Permalink
Merge pull request #61 from i001962/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fabien0102 committed Apr 22, 2018
2 parents d0b57d1 + 231fcb3 commit 5943181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,7 +18,7 @@ This starter is currently in wip (see progression to #What's inside session).

## Getting started

Install this starter (assuming Gatsby is installed) by running from your CLI:
Install this starter (assuming Gatsby is installed) by running from your CLI:

```bash
$ gatsby new my-website https://github.com/fabien0102/gatsby-starter
Expand Down Expand Up @@ -89,8 +89,8 @@ Run `npm run build` to create static site ready to host (`/public`)

## Plop generators - `npm run generate`

To avoid any boring copy/past, this starter-kit have many generators to permit
simple bootstrap of current file pattern (eg. components/pages/blog posts).
To avoid any boring copy/paste, this starter-kit have many generators to permit
simple bootstrap of current file pattern (eg. components/pages/blog posts). e.g. to add a new blog post first add the authors to data/authors.json and add authors' images to the data/avatars folder. Next execute 'npm run generate' and select 'Blog post'. Follow the prompts for a new post. Each blog post requires an image be added to the /data/blog/<your new post> folder prior to running 'gatsby develop'.

You can add/delete/modify any generators into `/generators` folder.

Expand Down

0 comments on commit 5943181

Please sign in to comment.