summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-07-03 09:37:10 +0300
committerPaul Buetow <paul@buetow.org>2022-07-03 09:37:10 +0300
commit022692152da3cda49dc11720a328afb787421e62 (patch)
treee265f5f715bb48fd13b5e0ae2aacaf3e3d096b51 /README.md
parent48e4ffe00e473629445ba52e93186dfa8f93c121 (diff)
update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index 93099ad..7e2303a 100644
--- a/README.md
+++ b/README.md
@@ -95,13 +95,6 @@ After running `./gemtexter --generate`, you will have all static files ready to
Have also a look at the generated `atom.xml` files. They make sense (at least) for Gemtext and HTML.
-It is up to you to set up a Gemini server for the Gemtext, a Webserver for the HTML or a GitHub page for the Markdown format (or both).
-
-# Future features
+If you use git, you can use `./gemtexter --publish`, which does a `--generate` followed by a `--git-add` and a `--git-sync`.
-I might or might not implement those:
-
-* Templating of .gmi files (e.g. insert %%TOC%% to Gemtext files as well). Could also template common .gmi page headers and footers. Could also insert bash code here.
-* Automatic ToC generation.
-* Sitemap generation.
-* More output formats. Gopher? Groff? Plain text? PDF via Pandoc? .sh with interactive menus?
+It is up to you to set up a Gemini server for the Gemtext, a Webserver for the HTML or a GitHub page for the Markdown format (or both).