summaryrefslogtreecommitdiff
path: root/IDEA.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-07-02 19:33:11 +0300
committerPaul Buetow <paul@buetow.org>2022-07-02 19:33:11 +0300
commitb733f1860f00c61eb33ff33c4368201a4c8161d9 (patch)
treee8c35461bc445e4b57d9fa68566301f84c251a12 /IDEA.md
parent30f00fa694280a7eaa23c20affba22bd14b91739 (diff)
add new git options
Diffstat (limited to 'IDEA.md')
-rw-r--r--IDEA.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/IDEA.md b/IDEA.md
index 7b4c590..ba70c6a 100644
--- a/IDEA.md
+++ b/IDEA.md
@@ -1,9 +1,5 @@
# 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.