Skip to content

Instantly share code, notes, and snippets.

View jokesterfr's full-sized avatar
🃏
Focusing

Clément Désiles jokesterfr

🃏
Focusing
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.