diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-18 11:31:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-18 11:31:09 +0300 |
| commit | 75e62c6ce76a50b2f9a5f5de54c830817a6c8716 (patch) | |
| tree | 763b8f2262e6a76cdcbe39120e04e3a0f3477765 | |
| parent | 8f46ed8e3311b17b54e72630e12fd2eac7c8e9af (diff) | |
some dreaming about the future
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |
