]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim/discussion.mdwn
(no commit message)
[ikiwiki.git] / doc / forum / navigation_of_wiki_pages_on_local_filesystem_with_vim / discussion.mdwn
1         " NOTE: the root of the wiki is considered the first directory that contains a
2         " .ikiwiki folder, except $HOME/.ikiwiki (the usual ikiwiki libdir)
3
4 That's not going to work in all situations; for example, with an ikiwiki which uses git as the backend, the normal setup is that one has
5
6 * a bare git repository
7 * a git repository which ikiwiki builds the wiki from (which has a .ikiwiki directory in it)
8 * an *additional* git repository cloned from the bare repository, which is used for making changes from the command-line rather than the web.  It is this repository in which one would be editing files with vim, and *this* repository does not have a .ikiwiki directory in it.  It does have a .git directory in the root, however, so I suppose you could use that as a method of detection of a root directory, but of course that would only work for git repositories.
9
10 -- [[KathrynAndersen]]