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