diff options
author | uvok cheetah | 2025-06-29 14:48:53 +0200 |
---|---|---|
committer | uvok cheetah | 2025-06-29 14:48:53 +0200 |
commit | 4d4135aaff054af07e77ee144fc054baf1f06cc0 (patch) | |
tree | 144e6c528178b4bf7cafb6564a38d8d04555d412 /_layouts.gemini/postlist.html | |
parent | e3f1d644c8a418dca1ef3e62cbd50291ff240050 (diff) |
Diffstat (limited to '_layouts.gemini/postlist.html')
-rw-r--r-- | _layouts.gemini/postlist.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_layouts.gemini/postlist.html b/_layouts.gemini/postlist.html index 534f801..7be4784 100644 --- a/_layouts.gemini/postlist.html +++ b/_layouts.gemini/postlist.html @@ -2,6 +2,15 @@ layout: default --- +<p> + This Gemini site has been converted without all-to-much effort from + my Jekyll blog, which uses Markdown as input. + As the conversion process Markdown > HTML > Markdown > Gemini is lossy, + the result looks somewhat unsatisfactory. + I haven't found a good conversion process that saves me the effort of + manually rewriting everything. If you know something, please let me know. +</p> + <p>Navigation</p> {% assign spag = site.pages | sort: "order" %} |