-
Notifications
You must be signed in to change notification settings - Fork 13
How: To Create a Page
mdangear edited this page Dec 29, 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).
- Save the doc in the /Org/Doc directory (on Mac ~/Org/Doc)
- 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.
- Hello World
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