tool for generating HTML from gemtext.
Find a file
2023-08-31 18:55:27 +02:00
gmirator initial commit 2023-08-31 18:55:27 +02:00
README.md initial commit 2023-08-31 18:55:27 +02:00

Gmirator

This tool was made so I could write my content only in gmi and publish both a gemini capsule and a website.

TODO

  • concatenate header + gmi2html + footer
  • allow some special characters to start a <p>
    • like the * for emphasis or ~~ for a strikethrough
  • write the gen_gmi function
  • make the line "---\n" of the footer only present in the code, not in the footer file
  • make a config file for things like
    • directories where files are supposed to be
    • names of certain files
    • the remote servers for the sync feature
  • also update the "/gemlog/index.gmi" with the list of articles
  • write the sync features
  • test the gen gmi and gen html features
    • write tests for it
  • move config file to ~/.config with placeholder values