Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal portfolio and blog site built with MkDocs Material.

Development

Requires uv.

# Install dependencies
uv sync

# Serve locally with live reload
uv run mkdocs serve

Open http://127.0.0.1:8000 in your browser.

Deployment

Pushes to main automatically deploy to GitHub Pages via GitHub Actions.

To deploy manually:

uv run mkdocs gh-deploy

Structure

docs/           # Site content (Markdown)
  index.md      # Home page
  about.md      # About page
  posts/        # Blog posts
mkdocs.yml      # MkDocs configuration
pyproject.toml  # Python project + dependencies
.github/
  workflows/
    deploy.yml  # GitHub Actions deploy workflow

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors