Better section name
[ikiwiki.git] / docs / howtos / how_to_edit_this_site / index.mdwn
index 9f7ad83..47f9e36 100644 (file)
@@ -6,6 +6,9 @@
 * To move a page, create a new page with the old page's content, and place '\[\[!meta redir=newpage\]\]' on the old page for a redirect.
 * To delete a page, edit it and press the "Remove" button.
 * This entire site is kept in a git repo, so larger changes/reversions can be done at the repo level.
+* Add images directly to the repo in `/usr/local/www/ikiwiki-srcdir/` with git, and they will automatically be brought into the site by the post-commit hook.  
+* Users on leaf.dragonflybsd.org in the ikiwiki group can clone from `/usr/local/www/ikiwiki-repo.git/` and edit with a favorite editor, and then push back.  You need to be in the 'ikiwiki' group.
+* If some random person completely scrambles a page, and there's no subsequent commits, you can undo it on leaf by going to `/usr/local/www/ikiwiki-srcdir` and performing `git revert HEAD`, then rebuilding.
 
 ## Styles