diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-29 12:12:09 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-29 12:12:09 -0600 |
commit | 56e2d19c9783839858ed3643083aaf808e9b750e (patch) | |
tree | 107c3ddc6ae597aa2ba441a65e49a11229d9c251 | |
parent | 0659126056e1e142db5ae9d923f5822c51ac9e32 (diff) |
fix blog paths
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |