From 04b95b0e2260ca47818cd04d5858484e65feab0b Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 21 May 2022 12:57:08 -0600 Subject: Cleanup after importing everything into prod --- Makefile | 6 +----- .../http/static/component-oriented-design/v1/main.md | 4 ---- .../static/component-oriented-design/v1/main_test.md | 4 ---- .../http/static/component-oriented-design/v2/main.md | 4 ---- .../http/static/component-oriented-design/v3/main.md | 4 ---- srv/src/http/static/dog-money.png | Bin 45500 -> 0 bytes srv/src/http/static/maddy-vps/success.png | Bin 9360 -> 0 bytes srv/src/http/static/markov/Makefile.md | 6 ------ srv/src/http/static/markov/markov.nix.md | 6 ------ 9 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 srv/src/http/static/component-oriented-design/v1/main.md delete mode 100644 srv/src/http/static/component-oriented-design/v1/main_test.md delete mode 100644 srv/src/http/static/component-oriented-design/v2/main.md delete mode 100644 srv/src/http/static/component-oriented-design/v3/main.md delete mode 100644 srv/src/http/static/dog-money.png delete mode 100644 srv/src/http/static/maddy-vps/success.png delete mode 100644 srv/src/http/static/markov/Makefile.md delete mode 100644 srv/src/http/static/markov/markov.nix.md diff --git a/Makefile b/Makefile index 3c7cd3f..72ff403 100644 --- a/Makefile +++ b/Makefile @@ -15,11 +15,7 @@ test: srv.dev-shell: $$(nix-build --no-out-link -A pkgs.bash)/bin/bash srv-dev-env.sh \ - --command " \ - cd srv/src; \ - go run cmd/import-posts/main.go ../../static/src/_posts/*; \ - return; \ - " + --command "cd srv/src; return" srv.shell: nix-shell -A srv.shellWithBuild --arg baseConfig '(import ${CONFIG})' \ diff --git a/srv/src/http/static/component-oriented-design/v1/main.md b/srv/src/http/static/component-oriented-design/v1/main.md deleted file mode 100644 index 37346c6..0000000 --- a/srv/src/http/static/component-oriented-design/v1/main.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: code -include: main.go ---- diff --git a/srv/src/http/static/component-oriented-design/v1/main_test.md b/srv/src/http/static/component-oriented-design/v1/main_test.md deleted file mode 100644 index b0a0751..0000000 --- a/srv/src/http/static/component-oriented-design/v1/main_test.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: code -include: main_test.go ---- diff --git a/srv/src/http/static/component-oriented-design/v2/main.md b/srv/src/http/static/component-oriented-design/v2/main.md deleted file mode 100644 index 37346c6..0000000 --- a/srv/src/http/static/component-oriented-design/v2/main.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: code -include: main.go ---- diff --git a/srv/src/http/static/component-oriented-design/v3/main.md b/srv/src/http/static/component-oriented-design/v3/main.md deleted file mode 100644 index 37346c6..0000000 --- a/srv/src/http/static/component-oriented-design/v3/main.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: code -include: main.go ---- diff --git a/srv/src/http/static/dog-money.png b/srv/src/http/static/dog-money.png deleted file mode 100644 index bbc77c1..0000000 Binary files a/srv/src/http/static/dog-money.png and /dev/null differ diff --git a/srv/src/http/static/maddy-vps/success.png b/srv/src/http/static/maddy-vps/success.png deleted file mode 100644 index 3d24c25..0000000 Binary files a/srv/src/http/static/maddy-vps/success.png and /dev/null differ diff --git a/srv/src/http/static/markov/Makefile.md b/srv/src/http/static/markov/Makefile.md deleted file mode 100644 index a680113..0000000 --- a/srv/src/http/static/markov/Makefile.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: code -include: Makefile -lang: make ---- - diff --git a/srv/src/http/static/markov/markov.nix.md b/srv/src/http/static/markov/markov.nix.md deleted file mode 100644 index 57802b4..0000000 --- a/srv/src/http/static/markov/markov.nix.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: code -include: markov.nix -lang: plain ---- - -- cgit v1.2.3