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 ---- -