Skip to content

Instantly share code, notes, and snippets.

View cdesiles's full-sized avatar
👋
I am open to work!

Clément Désiles cdesiles

👋
I am open to work!
View GitHub Profile
@marcelofern
marcelofern / converter.c
Created August 26, 2024 09:39
Website converter (.md -> .html)
/* converter.c
*
* This code converts `.md` files into `.html` files.
*
* The main use is to write a static website in `.md` files, and then run this
* program to convert it to `.html`
*
* The program relies on the following variables:
*
* - INPUT_FOLDER: full path of the website with `.md` files.