* 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)
-* A public copy is available on crater.dragonflybsd.org same as other DragonFly code.
* 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.
* Changes to the site config are generated into the site with the command `ikiwiki --setup /usr/local/etc/ikiwiki.setup`.
* To create new pages on the web, add a new wiki link and then follow the link. If you cannot find a good place for the link, use the [[/sandbox]].
+## Upgrading
+
+* Back up `/usr/local/www/ikiwiki-srcdir/`, `/usr/local/www/ikiwiki-repo/`, `/usr/pkg/share/ikiwiki/templates/`, and `/usr/local/etc/ikiwiki.setup`.
+* You will probably need to restore `/usr/pkg/share/ikiwiki/templates/page.tmpl` and `/usr/pkg/share/ikiwiki/basewiki/local.css` with the original versions.
+* Run any ikiwiki transition commands mentioned in the release notes at http://ikiwiki.info/news/ .
+* Check for any new plugins that could be enabled; place them in the ikiwiki.setup file.
+
## For more information
* This site contains ikiwiki documentation under /[[ikiwiki]].