Do not follow this link

~marijan/website

Marijan's website
add meta attributes
fixup missing icon tag

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~marijan/website
read/write
git@git.sr.ht:~marijan/website

You can also use your local clone with git send-email.

#Building

From the root directory of this project execute:

nix build .#dist

The result directory will be a symlink to the dist directory in the Nix store.

#Deploying

From the root directory of this project execute:

nix run .#srht-deploy

Will query you for the password used to encrypt the sorucehut deployment secret, and on valid input deploy the dist directory to sourcehut pages.

Do not follow this link