reply to forum discussion

master
Javier Rojas 2010-01-30 21:35:12 -05:00
parent e9b349fdb0
commit a4611bdebd
1 changed files with 8 additions and 0 deletions

View 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?