Move all files to building-static-websites-sculpin/demo/
This commit is contained in:
parent
1fc01d6630
commit
af2b0bbdc9
52 changed files with 0 additions and 0 deletions
12
building-static-websites-sculpin/demo/.tmux-sessionizer
Executable file
12
building-static-websites-sculpin/demo/.tmux-sessionizer
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export PATH="${PATH}:./vendor"
|
||||
|
||||
tmux new-window -dn shell
|
||||
tmux new-window -dn server
|
||||
|
||||
tmux send-keys -t server "sculpin generate --server --watch" Enter
|
||||
|
||||
xdg-open http://localhost:8000
|
||||
|
||||
nvim
|
Loading…
Add table
Add a link
Reference in a new issue