From: justin Date: Sat, 1 May 2010 02:38:04 +0000 (-0700) Subject: Update to match new template dir, which makes upgrades a bit easier X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/0b346f090cb345a42e4eb2edb3d1d58e231c12da Update to match new template dir, which makes upgrades a bit easier --- diff --git a/docs/howtos/HowToManageThisSite.mdwn b/docs/howtos/HowToManageThisSite.mdwn index fa7c65b3..a48ef676 100644 --- a/docs/howtos/HowToManageThisSite.mdwn +++ b/docs/howtos/HowToManageThisSite.mdwn @@ -7,7 +7,7 @@ This site is managed using ikiwiki. * `/usr/local/www/www.dragonflybsd.org/` Static 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. +* Page layouts are at `/usr/local/etc/ikiwiki-templates/` - page.tmpl is probably the one you want. These are just the overrides from /usr/pkg/share/ikiwiki/templates. * 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`. @@ -15,7 +15,7 @@ This site is managed using ikiwiki. ## Upgrading * Back up `/usr/local/www/ikiwiki-srcdir/`, `/usr/local/www/ikiwiki-repo.git/`, `/usr/pkg/share/ikiwiki/templates/`, and `/usr/local/etc/ikiwiki.setup`, just to be safe. -* Save `/usr/pkg/share/ikiwiki/templates/page.tmpl`, `/usr/pkg/share/ikiwiki/basewiki/favicon.ico`, and `/usr/pkg/share/ikiwiki/basewiki/local.css` separately. These will need to be restored after upgrade, as they're modified from what comes with the ikiwiki package. +* Save `/usr/pkg/share/ikiwiki/basewiki/favicon.ico` and `/usr/pkg/share/ikiwiki/basewiki/local.css` separately. These will need to be restored after upgrade, as they're modified from what comes with the ikiwiki package. * Upgrade. Delete/rebuild or pkg_rolling-replace or whatever. * 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.