Cleanup after importing everything into prod
This commit is contained in:
parent
180575fe4a
commit
04b95b0e22
6
Makefile
6
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})' \
|
||||
|
@ -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…
Reference in New Issue
Block a user