diff options
author | Javier Rojas <jerojasro@devnull.li> | 2010-01-30 21:35:12 -0500 |
---|---|---|
committer | Javier Rojas <jerojasro@devnull.li> | 2010-01-30 21:35:12 -0500 |
commit | a4611bdebdf8f55bd163b7b3d38366cd2998d931 (patch) | |
tree | c65d01556e5cb13996dbe4cc2f01aa87a316c37d | |
parent | e9b349fdb0d9bcd3ff8389b4cbf6d5f14e84a740 (diff) | |
download | ikiwiki-a4611bdebdf8f55bd163b7b3d38366cd2998d931.tar ikiwiki-a4611bdebdf8f55bd163b7b3d38366cd2998d931.tar.gz |
reply to forum discussion
-rw-r--r-- | doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn b/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn index 62f853f8c..99e83b50f 100644 --- a/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn +++ b/doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn @@ -9,4 +9,12 @@ That's not going to work in all situations; for example, with an ikiwiki which u -- [[KathrynAndersen]] +You are completely right; all of my wikis are compiled both locally and +remotely, and so the local repo also has a `.ikiwiki` folder. And that's not the +"usual" setup. +checking for a `.git` dir would not work when the wiki's source files aren't +located at the root of the repo. + +So, besides of doing a `touch .ikiwiki` at the root of the wiki in your local +repo, do you see any alternative? |