not a bug

master
smcv 2016-01-24 07:06:28 -04:00 committed by admin
parent cc6bb2a6e3
commit 6b65bdb005
1 changed files with 9 additions and 0 deletions

View File

@ -17,3 +17,12 @@ What happens instead:
Workaround:
* Create mylocal.css, and manually copy it over local.css every time
---
> This is [[working as intended|done]]. IkiWiki is a wiki compiler: everything
> in its `$destdir`, in your case `~/public_html/MYWIKI`, is intended to be
> under its control. Please create `local.css` in the `$srcdir`
> (probably `~/MYWIKI`) and commit it to the VCS, or enable the
> [[plugins/attachment]] plugin and "attach" it to the top-level `index` page.
> IkiWiki will copy it into the `$destdir` whenever it changes. --[[smcv]]