Skip to content

Commit fa113be

Browse files
committed
Update project directory layout
1 parent 628113e commit fa113be

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,23 @@ The New Coder repository has the following layout:
3838
│   └── # code
3939
└── website/
4040
   ├── _assets/ # all css, images, etc
41-
   ├── _posts/ # all posts, grouped by project type/chapter
41+
   ├── _posts/ # all posts in markdown that are not a part of a tutorial
42+
├── _containers/ # all posts in markdown that are a part of a tutorial
4243
   ├── _templates/ # html templates
4344
   ├── about/ # newcoder.io/about
4445
   ├── contact/ # newcoder.io/contact
4546
   ├── tutorials/ # newcoder.io/tutorials
46-
   ├── _local.sh # mynt script to run newcoder.io locally
47+
   ├── api/ # newcoder.io/api
48+
   ├── begin/ # newcoder.io/begin
49+
   ├── dataviz/ # newcoder.io/dataviz
50+
   ├── gui/ # newcoder.io/gui
51+
   ├── networks/ # newcoder.io/networks
52+
   ├── scrape/ # newcoder.io/scrape
53+
   ├── workshop/ # newcoder.io/workshop
4754
   ├── config.yml # mynt configuration
4855
   ├── index.html # main landing page
49-
   └── requirements.txt # requirements for running newcoder.io locally
56+
   ├── requirements.txt # requirements for running newcoder.io locally
57+
└── _local.sh # mynt script to run newcoder.io locally
5058
```
5159

5260
### Setup
@@ -167,4 +175,4 @@ Beyond what is listed in the [open issues](https://github.com/econchick/new-code
167175

168176
Go ahead and tackle any/all of these if you wish with a pull request!
169177

170-
Questions about contributing? [Email me](mailto:lynn+github@newcoder.io).
178+
Questions about contributing? [Email me](mailto:lynn+github@newcoder.io).

0 commit comments

Comments
 (0)