gemweb-ssg

Before this project, my website was writting in gemtext, a text format near to markdown but not quite. This format is used in the gemini protocol. In my opinion, this format is cool but is not as resilient as markdown.

So I decided to transform all my .gmi files to .md files, then write a small command line tool to build from the markdown, an html version and a gemini version.

Source code

The page you are reading is firstly redacted in markdown, and I'm not going to hide it from you, the rest of the page is my testing playground.

Heading 1

Heading 2

Heading 3

This paragraph is in bold or italic ? Maybe both

Someone said a thing that I can quote in this block


This multiple line quote

is not so bad, don't you think ?

  1. this
  2. ordered
  3. list
  4. will
  5. be
  6. supported ?

This is a link to the home page

Person January February
Jack 0 129.30
John 101.90 122.00

--

Nice
code
block

Nice image

Last-Updated:

Content also available on gemini://kelgors.me/projects/2023-gemweb-ssg.gmi

More info about Gemini protocol