From ccf815871ab6a0d06ad9060775a80926c91a35c4 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 7 May 2024 19:07:43 +0300 Subject: Style improvements, reduce logging --- main.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.scm') diff --git a/main.scm b/main.scm index 3adf9c8..9e6b9ad 100644 --- a/main.scm +++ b/main.scm @@ -204,7 +204,7 @@ "-o" html-path "--standalone" "--template" template-path - "--highlight-style" "pygments")) + "--highlight-style" "breezedark")) (define output-port (process "pandoc" args)) ;; read and discard output in order to wait for completion (read-string #f output-port) @@ -252,7 +252,7 @@ "-w" "https://jan.systems" paths))) (define output (read-string #f output-port)) - (printf "[info] writing RSS feed to \"~A\"~%" feed-xml-path) + (printf "[info] writing RSS feed...~%") (with-output-to-file feed-xml-path (λ () (print output))) -- cgit v1.3