Files
theme/_preview.sh
T
andrew d14d1fe494 going back to default build directory of _site.
updated readme, and prefixed the preview folder so it doesn't get
deployed when building.
2024-05-06 17:01:14 +00:00

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