Source code for building and deploying blog.martincostello.com.
Any feedback or issues can be added to the issues for this project in GitHub.
The repository is hosted in GitHub: https://github.com/martincostello/blog.git
This project is licensed under the MIT license.
To build the website run the following command (requires Hugo):
hugoAlternatively, you can use the PowerShell build script (requires npm to run tests):
./build.ps1To serve the website locally for development:
hugo server --buildDrafts --buildFutureor:
./build.ps1 -Serve