Skip to content

Commit 56e00db

Browse files
committed
Updated readme and package.json
1 parent 7dc00a8 commit 56e00db

File tree

3 files changed

+1020
-20
lines changed

3 files changed

+1020
-20
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Table of Contents will be published soon!
88

99
## Installation
1010

11-
1. Install Node.js [from here](https://nodejs.org/en/) (the current version is fine)
11+
1. Install Node.js [from here](https://nodejs.org/en/) (the current version is fine - 9.8.0 as of 3-12-2018)
1212

1313
2. Install the GatsbyJS CLI by running the following command in your shell `npm install --global gatsby-cli`
1414

@@ -24,6 +24,8 @@ Table of Contents will be published soon!
2424

2525
## Project Structure
2626

27+
Here is a quick breakdown of this project's structure.
28+
2729
### Content Folder
2830

2931
The content for all the pages is located in the `content` folder. I tried to set up a structure of `main category` -> `sub-category` (if needed) -> `page`. Ideally the depth of pages won't be more than three levels deep.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "gatsby-starter-hello-world",
3-
"description": "Gatsby hello world starter",
2+
"name": "noahle-programming-notes",
3+
"description": "A set of development and development-related notes I've build for quick reference.",
44
"license": "MIT",
55
"scripts": {
66
"develop": "gatsby develop",

0 commit comments

Comments
 (0)