Ignore bomb on org site.

This commit is contained in:
Kyle Isom 2025-10-25 15:11:26 -07:00
parent 5aaa962389
commit c76a892dc8
2 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@ present on disk."
markdown-mode mwim nix-mode nix-modeline nix-ts-mode
nixos-options org-journal org-ref org-roam paradox paredit
pelican-mode projectile racket-mode scpaste simple-httpd slime
undo-tree xcscope))
undo-tree xcscope yaml-mode))
'(paradox-github-token t))
(custom-set-faces

2
org.el
View File

@ -38,7 +38,7 @@
(org-publish-project "org"))
(defun metacircular-upload () (interactive)
(shell-command "rsync --delete-after -auqz ~/org/publish/ kyle@web.metacircular.net:/srv/www/metacircular/"))
(shell-command "rsync --delete-after --exclude 'bomb.gz' -auqz ~/org/publish/ kyle@web.metacircular.net:/srv/www/metacircular/"))
(defun metacircular-deploy () (interactive)
(metacircular-publish)