Cleanup after importing everything into prod

This commit is contained in:
Brian Picciano 2022-05-21 12:57:08 -06:00
parent 180575fe4a
commit 04b95b0e22
9 changed files with 1 additions and 33 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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