summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-18 11:31:09 +0300
committerPaul Buetow <paul@buetow.org>2021-10-18 11:31:09 +0300
commit75e62c6ce76a50b2f9a5f5de54c830817a6c8716 (patch)
tree763b8f2262e6a76cdcbe39120e04e3a0f3477765
parent8f46ed8e3311b17b54e72630e12fd2eac7c8e9af (diff)
some dreaming about the future
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c3dd7a2..1fcbc8a 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,8 @@ It is up to you to set up a Gemini server for the Gemtext, a Webserver for the H
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.
-* Templating of .gmi files (e.g. insert %%TOC%% to Gemtext files as well). Could also template common .gmi page headers and footers.
-* Automatic sitemap generation.
+* Sitemap generation.
* More output formats. Gopher? Groff? Plain text? PDF via Pandoc? .sh with interactive menus?
+* External CSS file for HTML (so that the style doesn't need to be included in each HTML page again)