This tool allows to easily convert Markdown documents into HTML files, ideal for blogging and creating websites with minimal effort.
- Markdown to HTML Conversion: Converts Markdown documents to HTML automatically.
- Custom CSS Support: Supports custom stylesheets to be applied to the generated HTML files for a personalized look.
- Static File Support: Keeps the original linkage between markdown files and their static assets in the output html files in tact.
-
Clone the repository:
git clone https://github.com/bsuvonov/static-site-generator.git cd static-site-generator -
Place your files
- Place md files in
contentfolder. Each file will be converted to an HTML page. - Place styles.css and any other assets in
staticfolder (optional). These files will be included in the generated output folder.
- Place md files in
-
Run the program
./main.sh
