reply to forum discussion
authorJavier Rojas <jerojasro@devnull.li>
Sun, 31 Jan 2010 02:35:12 +0000 (21:35 -0500)
committerJavier Rojas <jerojasro@devnull.li>
Sun, 31 Jan 2010 02:35:12 +0000 (21:35 -0500)
doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn

index 62f853f8cfbc7eb3c89c479a8853b80768068552..99e83b50fc269aa5315b1ddbba8ee171bc5fde1d 100644 (file)
@@ -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?