To run locally:
-
Get the content from the downstream repos.
./get-content.sh -
Build and serve locally.
bundle exec jekyll serve --config _config.yml,staticman.ymlUse this format to turn on production features:
JEKYLL_ENV=production bundle exec jekyll serve --config _config.yml
To deploy to Netlify:
-
Build the site.
JEKYLL_ENV=production bundle exec jekyll build --config _config.yml -
Force add the
_sitedirectory.git push -f origin
cd _site
surge
surge --domain raspy-songs.surge.sh