I wanted a portfolio that felt truly mine fast, clean, and customizable. After trying WordPress and paid themes, nothing clicked. So I start creating my own open-source Jekyll theme.

def hello_world():
    print("Hello, World!")

hello_world()