My personal website and blog built with MkDocs and Material for MkDocs. Features blog posts, tutorials, and conference talk archives.
# Install dependencies
just install
# Start development server
just serve
# Build site
just build
# Run quality checks
just checkRun just help to see all available commands. Key commands include:
just new-blog "Title"- Create a new blog postjust link-check- Check all linksjust validate- Validate MkDocs configurationjust clean- Clean build artifacts
Have an idea for a blog post? Request a topic using my issue template.
Found a bug or broken link? Report an issue using my bug report template.