forked from OpenTechSchool/social-coding
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
35 lines (35 loc) · 1.15 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
permalinks: title
baseurl: /social-coding
map:
- title: Home
path: /
caption: Social coding with Github
- title: Core
caption: The 'mandatory' workshop content
subpages:
- title: "Setting up Git & Github"
path: /core/setup.html
caption: "What you need to configure, # to and install!"
- title: Your first repository!
path: /core/first-repo.html
caption: Dip your toes into the slightly revisionist world of git
- title: Social coding in the underground
path: /core/underground.html
caption: Learn to plot with others :>
- title: Extras
caption: Additional workshop content
subpages:
- title: Exploring Github
path: /extras/exploring.html
- title: Project wikis
path: /extras/wikis.html
- title: Sharing code quickly with gists
path: /extras/gists.html
- title: Hosting websites with Github
path: /extras/pages.html
- title: Losing and finding your files
path: /extras/delete-restore.html
- title: Delete and restore your entire repo!
path: /extras/delete-restore-repo.html
- title: Pushing to Heroku like a Hero
path: /extras/heroku.html