all repos — site @ 5dc29ae1eb04b5c0ec0ba6a2d406cae401a6acf0

source for my site, found at icyphox.sh

build,nix: misc
Anirudh Oppiliappan x@icyphox.sh
Sat, 13 Jul 2024 00:28:29 +0300
commit

5dc29ae1eb04b5c0ec0ba6a2d406cae401a6acf0

parent

7f62efe6bc667c7cb11a94f850da2509241d646a

3 files changed, 7 insertions(+), 5 deletions(-)

jump to
M config.yamlconfig.yaml

@@ -5,4 +5,6 @@ desc: "Computers, security and computer security."

author: name: "Anirudh Oppiliappan" email: "x@icyphox.sh" -default-template: text.html +defaultTemplate: text.html +postBuild: + - ./bin/webfinger.sh
M flake.lockflake.lock

@@ -72,11 +72,11 @@ "inputs": {

"nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1719656770, - "narHash": "sha256-Mhhdx3p98/a/Hf0J1SISyCVkO03p0F22nSqrXX1IzJM=", + "lastModified": 1720819612, + "narHash": "sha256-+Bq+XlzVgj0wnTwWf1zW68DUzHzbbty96kltTxvFe60=", "owner": "icyphox", "repo": "go-vite", - "rev": "bce0b549b8c10271ee7df30d6d7c78af2675cf6c", + "rev": "1ba292b8a8589cd78155ddf1cdbde2f2edc87596", "type": "github" }, "original": {
M makefilemakefile

@@ -7,7 +7,7 @@

ci: @./bin/build.sh -deploy: +deploy: build aws s3 sync build s3://site/ .PHONY: build serve ci