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

https://github.com/martincostello/blog

Martin Costello's blog
https://github.com/martincostello/blog

middleman-blog

Last synced: about 1 month ago
JSON representation

Martin Costello's blog

Awesome Lists containing this project

README

        

# Martin Costello's Blog

[![Build status](https://github.com/martincostello/blog/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/martincostello/blog/actions/workflows/build.yml?query=branch%3Amain+event%3Apush)

## Overview

Source code for building and deploying [blog.martincostello.com](https://blog.martincostello.com/).

## Feedback

Any feedback or issues can be added to the issues for this project in [GitHub](https://github.com/martincostello/blog/issues).

## Repository

The repository is hosted in [GitHub](https://github.com/martincostello/blog):

## License

This project is licensed under the [MIT](https://github.com/martincostello/blog/blob/main/LICENSE) license.

## Building and Testing

To build the website run the following command (requires [Ruby](https://www.ruby-lang.org/en/downloads/)):

```sh
bundle exec middleman build
```