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:
|
srv.dev-shell:
|
||||||
$$(nix-build --no-out-link -A pkgs.bash)/bin/bash srv-dev-env.sh \
|
$$(nix-build --no-out-link -A pkgs.bash)/bin/bash srv-dev-env.sh \
|
||||||
--command " \
|
--command "cd srv/src; return"
|
||||||
cd srv/src; \
|
|
||||||
go run cmd/import-posts/main.go ../../static/src/_posts/*; \
|
|
||||||
return; \
|
|
||||||
"
|
|
||||||
|
|
||||||
srv.shell:
|
srv.shell:
|
||||||
nix-shell -A srv.shellWithBuild --arg baseConfig '(import ${CONFIG})' \
|
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