From: smcv Date: Sun, 24 Jan 2016 11:06:28 +0000 (-0400) Subject: not a bug X-Git-Tag: 3.20160506~99 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/6b65bdb005651b95d206ef4bc7eacf28986f7db6 not a bug --- diff --git a/doc/bugs/local.css_overwritten_by_ikiwiki_--setup.mdwn b/doc/bugs/local.css_overwritten_by_ikiwiki_--setup.mdwn index d2b30049b..222a95136 100644 --- a/doc/bugs/local.css_overwritten_by_ikiwiki_--setup.mdwn +++ b/doc/bugs/local.css_overwritten_by_ikiwiki_--setup.mdwn @@ -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]]