## File locations
-* `/usr/local/www/ikiwiki-repo/` : The bare Git repo for the site. (clone from here)
+* `/usr/local/www/ikiwiki-repo.git/` : 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/).
## Upgrading
-* Back up `/usr/local/www/ikiwiki-srcdir/`, `/usr/local/www/ikiwiki-repo/`, `/usr/pkg/share/ikiwiki/templates/`, and `/usr/local/etc/ikiwiki.setup`.
+* Back up `/usr/local/www/ikiwiki-srcdir/`, `/usr/local/www/ikiwiki-repo.git/`, `/usr/pkg/share/ikiwiki/templates/`, and `/usr/local/etc/ikiwiki.setup`.
* You will probably need to restore `/usr/pkg/share/ikiwiki/templates/page.tmpl`, `/usr/pkg/share/ikiwiki/basewiki/favicon.ico`, 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.