Skip to content

nullforce/nullforce.github.io

Repository files navigation

nullforce-blog

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.

Made With

Preview

The blog can be previewed by running:

dotnet run -- preview

Deploy

Locally, a deployment can be done by running:

dotnet run -- deploy

Cloning

Clone the repository as usual, then fetch the submodules with:

git submodule init
git submodule update