From 901b01036a39a930b63178c402d45a9fea675379 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU" Date: Thu, 26 Sep 2013 09:18:04 -0400 Subject: sorting out my variablenames... --- doc/forum/ikiwiki_with_album___38___underlay_plugins.mdwn | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/forum/ikiwiki_with_album___38___underlay_plugins.mdwn b/doc/forum/ikiwiki_with_album___38___underlay_plugins.mdwn index d6ca286cd..547c73827 100644 --- a/doc/forum/ikiwiki_with_album___38___underlay_plugins.mdwn +++ b/doc/forum/ikiwiki_with_album___38___underlay_plugins.mdwn @@ -28,18 +28,20 @@ Build ikiwiki for good measure Clone to laptop and initialise annex repo - git clone ssh://$server/$wiki ./$wrkdir - git clone ssh://$server/$wiki.underlay ./$wiki.underlay + git clone ssh://$server/$wiki.git ~/$wiki + git clone ssh://$server/$wiki.underlay ~/$wiki.underlay cd $wiki.underday;git-annex init $wrkunderlay git remote add $srcunderlay ssh://$server/$wiki.underlay + +You now have an annex repo in the local $wiki.underlay called $wrkunderlay and one in the $wiki.underlay directory on the remote server called $srcunderlay. ## Add content locally -Clone remote bare repo at $gitdir to local $wrkdir on laptop. Add content to $wrkdir in this case create $album.mdwn files for every album `git add;git commit` files containing at the minimum the following +Add content to local $wiki directory in this case create $album.mdwn files for every album you have. Then `git add;git commit` files containing at the minimum the following [[!album ]] -Create directories in $wrkunderlay corresponding to the album files in $wrkdir. Ie. create a directory named $album for every $album.mdwn file. Copy hi-res jpg files to each directory in $wrkunderlay and add + commit. +Create directories in the local $wiki.underlay corresponding to the album files in the local $wiki dir. Ie. create a directory named $album for every $album.mdwn file. Copy hi-res jpg files to each directory in the local $wiki.underlay and add + commit. git annex add . git commit -m 'jpgs added' @@ -53,6 +55,8 @@ That's it! Ikiwiki should update the website and treat the jpg's as if they were How to accomplish this using the web interface is another questions. I guess the plugins have to setup and upload to underlaydir somehow. +My guess is that you have to git-annex copy the $wiki.underlay files to $srcunderlay **before** running git push from the local $wiki directory. Haven't tested this yet though. + -- cgit v1.2.3