updated readme, and prefixed the preview folder so it doesn't get deployed when building.
7 lines
217 B
Bash
Executable File
7 lines
217 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# will cause port 4000 to be available for reverse proxy to call on
|
|
# but will *NOT* update the live website, because we are using a different destination
|
|
bundle exec jekyll serve --destination _preview
|
|
|