Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 296 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 296 Bytes

Personal Website

Development

Start the HTTP server

go run main.go

Setting up uv

uv init
uv run hello.py
Create .gitignore file with .venv/
uv add PyYAML
uv add markdown2
uv add beautifulsoup4

Convert Markdown files to HTML

uv run md2html.py