-
Notifications
You must be signed in to change notification settings - Fork 13
How: To Create a Page
HazardJ edited this page Dec 28, 2014
·
14 revisions
Make a new page in your repo
There are two ways:
- Locally
- Using a text editor, create a new file. You can continue to work with the editor (a good approach if you are going to do search and replace and other functions that the browser doesn't do).
- Then change the privileges on the file so that you can edit it via the browser.
- (Mac) Using Terminal from the directory where your docs are (/Doc/)
- "chmod -R a+rw" (or? "chmod -R a+rw *")
- On GitHub:
- In /Doc/ navigate to the folder where you want a file and click the "+" sign to the right of the folder name. Add your file. You can work on GitHub.
- If you want to work locally, you will need to change privileges, per 1.ii.