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
- Host: GitHub
- URL: https://github.com/martincostello/blog
- Owner: martincostello
- License: mit
- Created: 2015-11-30T12:23:25.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T05:02:44.000Z (about 1 month ago)
- Last Synced: 2025-05-08T07:46:20.995Z (about 1 month ago)
- Topics: middleman-blog
- Language: HTML
- Homepage: https://blog.martincostello.com
- Size: 15.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Martin Costello's Blog
[](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
```