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.
- Host: GitHub
- URL: https://github.com/mdb/mdb.github.io
- Owner: mdb
- Created: 2014-07-27T12:36:41.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T12:03:31.000Z (about 1 year ago)
- Last Synced: 2025-04-17T16:55:29.325Z (about 1 year ago)
- Language: SCSS
- Size: 95.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/mdb/mdb.github.io/actions/workflows/ci.yml) [](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"
```