]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/How_to_properly_create_--_in_a_wiki_--____39__page__47__index.html__39___files.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[ikiwiki.git] / doc / forum / How_to_properly_create_--_in_a_wiki_--____39__page__47__index.html__39___files.mdwn
1 I am trying **in a wiki** to "manually," i.e. not using the web interface, use the "page/index.html" type of page creation.
2
3 In my working clone src dir I can use, in succession, commands such as:
4
5 mkdir MyNewPage
6
7 touch MyNewPage/index.mdwn
8
9 git add MyNewPage MyNewPage/index.mdwn
10
11 [here I edit the new index.mdwn]
12
13 git commit -a
14
15 git push
16
17 These are, roughly, the steps I have taken, and they seem to work. But surely there is a more elegant, **Ikiwiki-ish** solution.