This repo contains the source code and input for my blog at https://nullforce.github.io.
The static files are generated with Statiq and committed to the GitHub Pages
repository at nullforce/nullforce.github.io
.
- .NET 9.0
- Statiq
- CleanBlog Theme
The blog can be previewed by running:
dotnet run -- preview
Locally, a deployment can be done by running:
dotnet run -- deploy
Clone the repository as usual, then fetch the submodules with:
git submodule init
git submodule update