diff options
author | https://me.yahoo.com/a/eetjWe8B34ZeUsHyFzpwC5QvBcEuVxllSvpJHw--#376d7 <Bob@web> | 2014-06-02 20:21:27 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-06-02 20:21:27 -0400 |
commit | 77fa6f263802062cf302d7230f741bdbe70deaae (patch) | |
tree | 117c363f5937935a8aecf009c6494a83b88febc0 /doc | |
parent | 47e13625e92dbca82e62a3c1df03124767ff7c17 (diff) | |
download | ikiwiki-77fa6f263802062cf302d7230f741bdbe70deaae.tar ikiwiki-77fa6f263802062cf302d7230f741bdbe70deaae.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/How_to_properly_create_--_in_a_wiki_--____39__page__47__index.html__39___files.mdwn | 9 |
1 files changed, 7 insertions, 2 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 index 7f353fe59..4b7f468bf 100644 --- 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 @@ -1,12 +1,17 @@ -I am trying to "manually," i.e. not using the web interface, to use the "page/index.html" type of page creation. +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 more elegant, Ikiwiki-ish solution. +These are, roughly, the steps I have taken, and they seem to work. But surely there is a more elegant, **Ikiwiki-ish** solution. |