diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-05-07 19:07:43 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-05-07 19:07:43 +0300 |
| commit | ccf815871ab6a0d06ad9060775a80926c91a35c4 (patch) | |
| tree | 15be57c36a954d5c20aa28509101f5b30559ef55 /main.scm | |
| parent | e3b21ffd6b88008fd1cc3599a0f816773dc11f9d (diff) | |
Style improvements, reduce logging
Diffstat (limited to 'main.scm')
| -rw-r--r-- | main.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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))) |
