Welcome to My Site
This is a static site generator built with Python that converts Markdown to HTML.
Features
- Simple markdown to HTML conversion
- Automatic template application
- Clean, responsive HTML output
Getting Started
- Add your markdown files to the
markdown/ folder
- Run
python3 main.py
- Your HTML files will appear in the
site/ folder
Example Code Block
def hello():
print("Hello, World!")
That's it! Your markdown is now HTML.
ayyyy
project license