An open API service indexing awesome lists of open source software.

https://github.com/mdb/mdb.github.io

Personal website, portfolio, and blog.
https://github.com/mdb/mdb.github.io

Last synced: 4 months ago
JSON representation

Personal website, portfolio, and blog.

Awesome Lists containing this project

README

          

[![CI](https://github.com/mdb/mdb.github.io/actions/workflows/ci.yml/badge.svg)](https://github.com/mdb/mdb.github.io/actions/workflows/ci.yml) [![CD](https://github.com/mdb/mdb.github.io/actions/workflows/cd.yml/badge.svg)](https://github.com/mdb/mdb.github.io/actions/workflows/cd.yml)

# [mikeball.info](https://mikeball.info)

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

Built using [hugo](https://gohugo.io).

## 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](https://github.com/mdb/mdb.github.io/actions?query=workflow%3ACD) to [GitHub pages](https://pages.github.com/).

## Create a new blog post

```
make new title="Some Title"
```