]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorhttps://me.yahoo.com/a/eetjWe8B34ZeUsHyFzpwC5QvBcEuVxllSvpJHw--#376d7 <Bob@web>
Tue, 3 Jun 2014 00:15:54 +0000 (20:15 -0400)
committeradmin <admin@branchable.com>
Tue, 3 Jun 2014 00:15:54 +0000 (20:15 -0400)
doc/forum/How_to_properly_create_--_in_a_wiki_--____39__page__47__index.html__39___files.mdwn [new file with mode: 0644]

diff --git a/doc/forum/How_to_properly_create_--_in_a_wiki_--____39__page__47__index.html__39___files.mdwn b/doc/forum/How_to_properly_create_--_in_a_wiki_--____39__page__47__index.html__39___files.mdwn
new file mode 100644 (file)
index 0000000..7f353fe
--- /dev/null
@@ -0,0 +1,12 @@
+I am trying to "manually," i.e. not using the web interface, to 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 more elegant, Ikiwiki-ish solution.