aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 12:12:09 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 12:12:09 -0600
commit56e2d19c9783839858ed3643083aaf808e9b750e (patch)
tree107c3ddc6ae597aa2ba441a65e49a11229d9c251
parent0659126056e1e142db5ae9d923f5822c51ac9e32 (diff)
fix blog paths
-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"