Let's build a static site generator from scratch! A static site generator takes raw content files (like Markdown and images) and turns them into a static website, creating a mix of HTML and CSS files ready for deployment.
- Markdown Conversion: Converts Markdown files into static HTML pages.
- Customizable Templates: Allows the use of custom HTML and CSS templates for styling.
- Image Handling: Supports embedding and displaying images alongside HTML content.
- Built-In CSS: Automatically generates a basic CSS file for styling.
- Simple CLI: Easy-to-use command-line interface to run the generator.