From b30b6c2755a7fa7418bfcedb96bc7e21d667f8e6 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 5 Sep 2025 10:12:52 -0400 Subject: [PATCH] =?UTF-8?q?Add=20snippet=20to=20publish=20file=20on=20the?= =?UTF-8?q?=20=CF=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zshrc.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/zshrc.org b/zshrc.org index 28cb17f..20b810f 100644 --- a/zshrc.org +++ b/zshrc.org @@ -26,7 +26,16 @@ are daily and pi, the function returns '(".zshrc" ".zshrc.pi") (org-split-string tags ":"))))))) #+end_src -* zshrc :@zsh: +Execute the following block to export and publish on the π +#+begin_src emacs-lisp :results no + (org-hugo-export-wim-to-md t) + (shell-command "ssh ssh.jacopods.xyz 'cd gists;/snap/bin/hugo -D;rsync -rP public/* /var/www/html'") +#+end_src + +#+RESULTS: +: 0 + +* zshrc :@zsh: All posts in here will have the category set to /zsh/. ** zshrc :properties: