master
Joey Hess 2009-09-23 13:33:15 -04:00
parent bac0174b78
commit 82ad4f57d6
1 changed files with 8 additions and 0 deletions

View File

@ -8,3 +8,11 @@ I am using ikiwiki_3.1415926.tar.gz installed into /usr/local.
--- ---
Sorry. Never mind. RTFM. --refresh duh. Sorry. Never mind. RTFM. --refresh duh.
> Hmm, well. Using --refresh is a good thing because it allow ikiwiki to
> update a site quicker. But, it must only be hiding the real problem.
> Sounds like you are trying to edit local.css directly inside
> the destdir. But ikiwiki has a local.css located in its basewiki,
> so when you rebuild your local mods are lost. Fix is to put you
> locally modified local.css inside the srcdir, along with the other pages
> of your wiki. --[[Joey]]