Skip to content

aciceri/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My blog

My blog is reachable at blog.aciceri.dev, the contents are automatically generated from the release branch.

Usage

Build the Nix flake:

nix build

Execute the Hakyll generator:

nix run .#generator

Start the preview server, automatically rebuilding on changes.

nix run .#generator -- watch

Build the Nix flake and the website running the generator:

nix run .#compile

This is what is used in the CI/CD pipeline.