diff options
author | smcv <smcv@web> | 2016-01-24 07:06:28 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-01-24 07:06:28 -0400 |
commit | 6b65bdb005651b95d206ef4bc7eacf28986f7db6 (patch) | |
tree | 7fe04b88bd69bc1e402605ae8d21231914bda0a4 | |
parent | cc6bb2a6e36c5f135475b7cffaad86a23c676fa8 (diff) | |
download | ikiwiki-6b65bdb005651b95d206ef4bc7eacf28986f7db6.tar ikiwiki-6b65bdb005651b95d206ef4bc7eacf28986f7db6.tar.gz |
not a bug
-rw-r--r-- | doc/bugs/local.css_overwritten_by_ikiwiki_--setup.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
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]] |