Delta3Consulting Blog
Use one of these commands to start the development server:
# Standard development server
./serve.sh
# Development server with debugging
./dev-serve.shWhen running in development mode:
- A banner will appear showing you're in development mode
- All links to delta3consulting.com will be automatically redirected to localhost:4000
- CSS, JavaScript, and image references will also be fixed
For production builds:
JEKYLL_ENV=production bundle exec jekyll build