## File locations
-* The site is located at `/usr/local/www/www.dragonflybsd.org/`
-* The checked out copy from Git used to generate the site is at `/usr/local/www/ikiwiki-srcdir/` (commit here)
-* The bare Git repo for the site is at `/usr/local/www/ikiwiki-repo/` (clone from here)
+* `/usr/local/www/ikiwiki-repo/` : The bare Git repo for the site. (clone from here)
+* `/usr/local/www/ikiwiki-srcdir/` : The checked out work for site generation. (commit here)
+* `/usr/local/www/www.dragonflybsd.org/` Sstatic output from ikiwiki.
* Source is publically browsable at [gitweb.dragonflybsd.org](http://gitweb.dragonflybsd.org/).
* configuration file is at `/usr/local/etc/ikiwiki.setup`.
* Page layouts are at `/usr/pkg/share/ikiwiki/templates/` - page.tmpl is probably the one you want.
* Stylesheet changes are in `/usr/pkg/share/ikiwiki/basewiki/local.css`.
+* After modifying any of the templates or stylesheet info, regenerate the site with `ikiwiki --setup /usr/local/etc/ikiwiki.setup`.
+
## Upgrading