Navigation Menu

Skip to content

mdb/mdb.github.io

Repository files navigation

CI CD

Personal website, over a decade of blog posts and notes about software engineering, some archived projects, etc.

Built using hugo.

Development

Run a development server on localhost:1313:

make serve

Build

Compile site to a public directory:

make

Deploy

The main branch is continuously deployed via a CD GitHub action workflow to GitHub pages.

Create a new blog post

make new title="Some Title"