Welcome to My Site

This is a static site generator built with Python that converts Markdown to HTML.

Features

Getting Started

  1. Add your markdown files to the markdown/ folder
  2. Run python3 main.py
  3. 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