Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 680 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 680 Bytes

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