aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 4538d63..a35f9ef 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -35,6 +35,8 @@ cd ~/dotfiles || exit
emacs --batch -f package-initialize --script ~/website/publish.el
~/website/post-publish.sh
+sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html
+
/bin/cp -r "$HOME/public_html"/* "$location"
chown -R apache:apache "$location"
chmod -R 775 "$location"