HTTP_BASE = www
web: jhead mat
+ @#echo Applying workaround since exclude patterns are not working...
+ @find vendor -name '*.md' -exec rm {} \;
+
@ikiwiki --setup ikiwiki.yaml
+ @#echo Cleaning up...
+ git submodule foreach git restore .
+
web_deploy:
@rsync -avz --delete www/ blog:/var/sites/blog/www/
# regexp of normally excluded files to include
include: ^\.htaccess$
# regexp of files that should be skipped
+#exclude: (^(www|drafts|vendor).*)
exclude: (?^i:(www|drafts|vendor))
# specifies the characters that are allowed in source filenames
wiki_file_chars: -[:alnum:]+/.:_