summaryrefslogtreecommitdiffstats
path: root/main.scm
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-05-07 19:07:43 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-05-07 19:07:43 +0300
commitccf815871ab6a0d06ad9060775a80926c91a35c4 (patch)
tree15be57c36a954d5c20aa28509101f5b30559ef55 /main.scm
parente3b21ffd6b88008fd1cc3599a0f816773dc11f9d (diff)
Style improvements, reduce logging
Diffstat (limited to 'main.scm')
-rw-r--r--main.scm4
1 files changed, 2 insertions, 2 deletions
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)))