aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://me.yahoo.com/a/eetjWe8B34ZeUsHyFzpwC5QvBcEuVxllSvpJHw--#376d7 <Bob@web>2014-06-02 20:15:54 -0400
committeradmin <admin@branchable.com>2014-06-02 20:15:54 -0400
commit47e13625e92dbca82e62a3c1df03124767ff7c17 (patch)
tree689f3cfd90a5b6b59488981ca35e92b8f84082e2
parent524689abd296a8de5311e86dd6afa8c7ee00b73b (diff)
downloadikiwiki-47e13625e92dbca82e62a3c1df03124767ff7c17.tar
ikiwiki-47e13625e92dbca82e62a3c1df03124767ff7c17.tar.gz
-rw-r--r--doc/forum/How_to_properly_create_--_in_a_wiki_--____39__page__47__index.html__39___files.mdwn12
1 files changed, 12 insertions, 0 deletions
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
index 000000000..7f353fe59
--- /dev/null
+++ b/doc/forum/How_to_properly_create_--_in_a_wiki_--____39__page__47__index.html__39___files.mdwn
@@ -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.