summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-11-14 18:19:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-11-14 18:19:26 -0700
commitb6b360aa86ed18fa3db3cfc63526a4e7202595e4 (patch)
treee50efcf0b313df6c807a4d1e5050abbf126e08e1
parent1f579132b23c7f0001704eb65ddde1bddf35a780 (diff)
downloaddotfiles-b6b360aa86ed18fa3db3cfc63526a4e7202595e4.tar.gz
static websites in mr config
-rw-r--r--home-mrconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/home-mrconfig b/home-mrconfig
index 0ec6db9d..4c6472df 100644
--- a/home-mrconfig
+++ b/home-mrconfig
@@ -395,6 +395,16 @@ checkout = git clone 'ssh://ma/~/local/git/doc.www.blog.git' 'blog'
update = git pull "$@"
skip = ! ( mine || on spw@ma ) || win32
+# --- static websites
+
+[public_html]
+clone git clone https://git.spwhitton.name/sageweb.git public_html
+skip = ! on spwhitton@sage
+
+[html]
+clone git clone https://git.spwhitton.name/sdfweb.git html
+skip = ! on spw@ma
+
# --- my offline e-mail (& machine's postfix queue)
[.fmail]