[[!meta title="How to Make a New Page"]] Let's say you wanna make a page called "Foo Bar". ### Option A: WikiWeb style 7. Where would you link to "Foo Bar" from? Edit _that_ page. 7. Make a [[ikiwiki/WikiLink]] that looks like \[[Foo Bar]]. 7. Save that other page. 7. Now you'll see "Foo Bar" with a little question-mark link. 7. Follow it, write some [[ikiwiki/Markdown]], save your page. ### Option B: Git style 7. Where would you link to "Foo Bar" from? Edit _that_ file. 7. Make a [[ikiwiki/WikiLink]] that looks like \[[Foo Bar]]. 7. Save and `git add` that other page. 7. Create `Foo_Bar.md`, write some [[ikiwiki/Markdown]], save and `git add` your page. 7. Commit and push.