A simple PHP tool to generate static sites from Markdown files.
- Place your Markdown files in the
content
directory. - Run the generator:
php src/main.php
- Your static site will be generated in the public directory.
You can create custom themes by adding them to the themes directory and updating the path in config.php.
Plugins can be created in the plugins directory and added to config.php.
- Clone the repository and install the dependencies
git clone https://github.com/kirilkirkov/Markdown-To-Static-Site.git cd Markdown-To-Static-Site composer install
- Start the generator
php src/main.php
Thats all. Your site will be generated to the public directory