This is the source code for the martinpeck.com blog. If you've spotted a typo in that blog, you're welcome to send me a pull request.
The site uses a Visual Studio Code DevContainer to make local setup easier. Read this to find out more...
https://code.visualstudio.com/docs/remote/containers
Assuming you're set up with VS Code, and the Remote Containers extension, you just need to open the project with VSCode and away you go!
For convinience, there is a Makefile
in this repo that defines the following rules:
make build
to build the sitemake serve
to build and then serve the site onhttp://localhost:4000
This blog uses a modified version of Mediumish for its theme, and is built using Jekyll.
Open sourced under the MIT license.
Copyright (c) 2016 - 2020 Martin Peck