Skip to content

How: To Create a Page

mdangear edited this page Dec 29, 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. Save the doc in the /Org/Doc directory (on Mac ~/Org/Doc)
    3. 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.
  3. Hello World
In order to understand the logic of the CommonAccord docs, you can create the following file: >>
 Model.Root={TestDoc}
 TestDoc={Test.Start}: {Test.Finish}
 Test.Start=This is a test
 Test.Finish=Hello World  

Such file should allow you to display the following:

>>

 This is a test:
 Hello World
Clone this wiki locally