Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.16 KB

File metadata and controls

35 lines (24 loc) · 1.16 KB

Mason Egger's Website Deploy Status

My personal website and blog built with MkDocs and Material for MkDocs. Features blog posts, tutorials, and conference talk archives.

Quick Start

# Install dependencies
just install

# Start development server
just serve

# Build site
just build

# Run quality checks
just check

Commands

Run just help to see all available commands. Key commands include:

  • just new-blog "Title" - Create a new blog post
  • just link-check - Check all links
  • just validate - Validate MkDocs configuration
  • just clean - Clean build artifacts

Contributing

Request a Blog Post

Have an idea for a blog post? Request a topic using my issue template.

Report Issues

Found a bug or broken link? Report an issue using my bug report template.