aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/How_to_properly_create_--_in_a_wiki_--____39__page__47__index.html__39___files.mdwn
blob: 4b7f468bffe70032c11cab93bedf029f4da21320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
I am trying **in a wiki** to "manually," i.e. not using the web interface, use the "page/index.html" type of page creation.

In my working clone src dir I can use, in succession, commands such as:

mkdir MyNewPage

touch MyNewPage/index.mdwn

git add MyNewPage MyNewPage/index.mdwn

[here I edit the new index.mdwn]

git commit -a

git push

These are, roughly, the steps I have taken, and they seem to work. But surely there is a more elegant, **Ikiwiki-ish** solution.