diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 313a3e4..675de11 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Deploy Hugo site to Pages +name: Deploy website to Pages on: push: @@ -33,7 +33,7 @@ jobs: uses: actions/configure-pages@main - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/flake-checker-action@main - - name: Build with Hugo + - name: Build website run: nix run . - name: Upload to GitHub Pages uses: actions/upload-pages-artifact@main diff --git a/flake.nix b/flake.nix index fd9a551..e794473 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Hugo website"; + description = "Jan Kremer blog"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; treefmt = { @@ -28,6 +28,7 @@ buildInputs = with pkgs; [ go hugo + vscode-langservers-extracted ]; }; }); diff --git a/static/pharmacist-0.png b/static/pharmacist-0.png deleted file mode 100644 index dec2d66..0000000 Binary files a/static/pharmacist-0.png and /dev/null differ diff --git a/static/pharmacist-1-blue.png b/static/pharmacist-1-blue.png deleted file mode 100644 index ff841be..0000000 Binary files a/static/pharmacist-1-blue.png and /dev/null differ diff --git a/static/pharmacist-1-bluegray.png b/static/pharmacist-1-bluegray.png deleted file mode 100644 index 1305e24..0000000 Binary files a/static/pharmacist-1-bluegray.png and /dev/null differ diff --git a/static/pharmacist-1-darkblue.png b/static/pharmacist-1-darkblue.png deleted file mode 100644 index 35c1f8c..0000000 Binary files a/static/pharmacist-1-darkblue.png and /dev/null differ diff --git a/static/pharmacist-1-darkgreen.png b/static/pharmacist-1-darkgreen.png deleted file mode 100644 index 8787dac..0000000 Binary files a/static/pharmacist-1-darkgreen.png and /dev/null differ diff --git a/static/pharmacist-1-green.png b/static/pharmacist-1-green.png deleted file mode 100644 index 660f597..0000000 Binary files a/static/pharmacist-1-green.png and /dev/null differ diff --git a/static/pharmacist-1-lightblue.png b/static/pharmacist-1-lightblue.png deleted file mode 100644 index 35e140d..0000000 Binary files a/static/pharmacist-1-lightblue.png and /dev/null differ diff --git a/static/pharmacist-1-lightgreen.png b/static/pharmacist-1-lightgreen.png deleted file mode 100644 index 79b133f..0000000 Binary files a/static/pharmacist-1-lightgreen.png and /dev/null differ diff --git a/static/pharmacist-1-lightviolet.png b/static/pharmacist-1-lightviolet.png deleted file mode 100644 index 6d63272..0000000 Binary files a/static/pharmacist-1-lightviolet.png and /dev/null differ diff --git a/static/pharmacist-1-orange.png b/static/pharmacist-1-orange.png deleted file mode 100644 index 6dcb006..0000000 Binary files a/static/pharmacist-1-orange.png and /dev/null differ diff --git a/static/pharmacist-1-pink.png b/static/pharmacist-1-pink.png deleted file mode 100644 index 7604d61..0000000 Binary files a/static/pharmacist-1-pink.png and /dev/null differ diff --git a/static/pharmacist-1-red.png b/static/pharmacist-1-red.png deleted file mode 100644 index 455f794..0000000 Binary files a/static/pharmacist-1-red.png and /dev/null differ diff --git a/static/pharmacist-1-violet.png b/static/pharmacist-1-violet.png deleted file mode 100644 index f3338e8..0000000 Binary files a/static/pharmacist-1-violet.png and /dev/null differ diff --git a/static/pharmacist-1-yellow.png b/static/pharmacist-1-yellow.png deleted file mode 100644 index 8aa3e4a..0000000 Binary files a/static/pharmacist-1-yellow.png and /dev/null differ diff --git a/static/pharmacist-1-yellow.webp b/static/pharmacist-1-yellow.webp deleted file mode 100644 index b7258b4..0000000 Binary files a/static/pharmacist-1-yellow.webp and /dev/null differ diff --git a/static/skier-1-1.png b/static/skier-1-1.png deleted file mode 100644 index 085eb45..0000000 Binary files a/static/skier-1-1.png and /dev/null differ diff --git a/static/skier-1-2.png b/static/skier-1-2.png deleted file mode 100644 index 8addb74..0000000 Binary files a/static/skier-1-2.png and /dev/null differ diff --git a/static/skier-1-3.png b/static/skier-1-3.png deleted file mode 100644 index b907cfa..0000000 Binary files a/static/skier-1-3.png and /dev/null differ