Cleanup after importing everything into prod

main
Brian Picciano 2 years ago
parent 180575fe4a
commit 04b95b0e22
  1. 6
      Makefile
  2. 4
      srv/src/http/static/component-oriented-design/v1/main.md
  3. 4
      srv/src/http/static/component-oriented-design/v1/main_test.md
  4. 4
      srv/src/http/static/component-oriented-design/v2/main.md
  5. 4
      srv/src/http/static/component-oriented-design/v3/main.md
  6. BIN
      srv/src/http/static/dog-money.png
  7. BIN
      srv/src/http/static/maddy-vps/success.png
  8. 6
      srv/src/http/static/markov/Makefile.md
  9. 6
      srv/src/http/static/markov/markov.nix.md

@ -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})' \

@ -1,4 +0,0 @@
---
layout: code
include: main.go
---

@ -1,4 +0,0 @@
---
layout: code
include: main_test.go
---

@ -1,4 +0,0 @@
---
layout: code
include: main.go
---

@ -1,4 +0,0 @@
---
layout: code
include: main.go
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

@ -1,6 +0,0 @@
---
layout: code
include: Makefile
lang: make
---

@ -1,6 +0,0 @@
---
layout: code
include: markov.nix
lang: plain
---
Loading…
Cancel
Save