You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Table of Contents will be published soon!
8
8
9
9
## Installation
10
10
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)
12
12
13
13
2. Install the GatsbyJS CLI by running the following command in your shell `npm install --global gatsby-cli`
14
14
@@ -24,6 +24,8 @@ Table of Contents will be published soon!
24
24
25
25
## Project Structure
26
26
27
+
Here is a quick breakdown of this project's structure.
28
+
27
29
### Content Folder
28
30
29
31
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.
0 commit comments