From 494cd609dd3d1da1c818e0267e81f0fe174508ed Mon Sep 17 00:00:00 2001 From: urosm Date: Mon, 15 Jan 2024 06:59:52 +0100 Subject: [PATCH] update ikiwiki setup files --- laptop.setup | 6 +++--- server.setup | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/laptop.setup b/laptop.setup index 0cad799..4cbd4df 100644 --- a/laptop.setup +++ b/laptop.setup @@ -17,7 +17,7 @@ adminuser: # users who are banned from the wiki banned_users: [] # where the source of the wiki is located -srcdir: /home/urosm/txt +srcdir: /home/urosm/bavbavhaus.net # where to build the wiki destdir: /home/urosm/public_html/bavbavhaus.net # base url to the wiki @@ -63,7 +63,7 @@ disable_plugins: # - meta # - parentlinks # additional directory to search for template files -templatedir: /home/urosm/txt/tmpl +templatedir: /home/urosm/bavbavhaus.net/tmpl # base wiki source location underlaydir: '' # display verbose messages? @@ -104,7 +104,7 @@ hardlink: 0 #wrappergroup: ikiwiki # extra library and plugin directories libdirs: -- /home/urosm/txt +- /home/urosm/bavbavhaus.net # extra library and plugin directory (searched after libdirs) libdir: /home/urosm/.ikiwiki # environment variables diff --git a/server.setup b/server.setup index 23fb75b..66390a6 100644 --- a/server.setup +++ b/server.setup @@ -17,7 +17,7 @@ adminuser: # users who are banned from the wiki banned_users: [] # where the source of the wiki is located -srcdir: /home/urosm/txt +srcdir: /home/urosm/bavbavhaus.net # where to build the wiki destdir: /home/urosm/public_html/bavbavhaus.net # base url to the wiki @@ -63,7 +63,7 @@ disable_plugins: # - meta # - parentlinks # additional directory to search for template files -templatedir: /home/urosm/txt/tmpl +templatedir: /home/urosm/bavbavhaus.net/tmpl # base wiki source location underlaydir: '' # display verbose messages? @@ -104,7 +104,7 @@ hardlink: 0 #wrappergroup: ikiwiki # extra library and plugin directories libdirs: -- /home/urosm/txt +- /home/urosm/bavbavhaus.net # extra library and plugin directory (searched after libdirs) libdir: /home/urosm/.ikiwiki # environment variables @@ -131,7 +131,7 @@ deterministic: 0 # git plugin ################################################################### # git hook to generate -git_wrapper: /home/urosm/txt.git/hooks/post-update +git_wrapper: /home/urosm/bavbavhaus.git/hooks/post-update # shell command for git_wrapper to run, in the background #git_wrapper_background_command: git push github # mode for git_wrapper (can safely be made suid)