summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-26 12:47:57 +0000
committerPaul Buetow <paul@buetow.org>2021-12-26 12:47:57 +0000
commitc54324ca788926a5a4605b36edf8fcf80136834c (patch)
treea8e71358ce7c3b2e9d697b52ab1586ec86bbaf6b /README.md
parentbeeea974c61dbc6bb9bb694ad3e706eaf7921d05 (diff)
use external style.css file for HTML
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2739ff9..8c8c30e 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Whereas you only want to edit the content in the `gemtext` folder directly. The
### Special HTML configuration
-You will find the `./header.html.part` and `./footer.html.part` files, they are minimal template files for the HTML generation.
+You will find the `./header.html.part` and `./footer.html.part` files, they are minimal template files for the HTML generation. There's also the `style.css` for HTML.
### Special Markdown configuration
@@ -109,4 +109,3 @@ I might or might not implement those:
* Automatic ToC 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)