Automatically Generate Documentation for GitHub Pages
This guide walks through how to set up a workflow to automatically generate documentation for a project and upload it to the project’s associated GitHub Page...
Here are some guides that I’ve written to help me remember different tasks. Hopefully they help you too!
This guide walks through how to set up a workflow to automatically generate documentation for a project and upload it to the project’s associated GitHub Page...
This is part of a series covering basic usage of several testing tools for C++ code. This includes Google Test for unit testing, gcovr for test coverage metr...
This is part of a series covering basic usage of several testing tools for C++ code. This includes Google Test for unit testing, gcovr for test coverage metr...
This is part of a series covering basic usage of several testing tools for C++ code. This includes Google Test for unit testing, gcovr for test coverage metr...
This is part of a series covering basic usage of several testing tools for C++ code. This includes Google Test for unit testing, gcovr for test coverage metr...
This guide walks through the setup process for GitHub pages using Jekyll. Specifically, it uses the Minimal Mistakes theme. Minimal Mistakes is a theme that ...
Note: As a brief disclaimer, I no longer use this particular setup. I’ve migrated to Docker for pretty much everything. I am leaving this here for anyone tha...