From c3388eeefcadda34acc6adf88c9804c27a7ac8af Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 12 Feb 2022 16:11:06 +0000 Subject: idea about git --- IDEA.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'IDEA.md') diff --git a/IDEA.md b/IDEA.md index 5da8005..7b4c590 100644 --- a/IDEA.md +++ b/IDEA.md @@ -1,5 +1,9 @@ # IDEAs +## Maybe don't store results in Git + +Just generate the output formats (such as html, md...) and use rsync to push the content to the server. No need to use Git here. Only keep the original .gmi files in git. + ## Parallel job processing queue Currently, in order to speed up, Gemtexter forks on certain functions and loops and joins (via `wait`) on the sub-processes. This however can be a problem once a user max process limit is reached. @@ -10,7 +14,6 @@ Use s.t. like `pgrep -c -P$$` to determine how many sub-processes are already ac I could use pandoc for this (convert from Markdown to PDF). This works on Fedora Linux 34: - ``` sudo dnf install pandoc wkhtmltopdf pandoc FOO.md --pdf-engine=wkhtmltopdf --output FOO.pdf -- cgit v1.2.3