Skip to content

How: To Create a Page

HazardJ edited this page Dec 28, 2014 · 14 revisions

Your Goal:

Make a new page in your repo

How:

There are two ways:

  1. Locally
    1. 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).
    2. 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 *")
  2. On GitHub:
    1. 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.
    2. If you want to work locally, you will need to change privileges, per 1.ii.






              
Clone this wiki locally