Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 584 Bytes

File metadata and controls

29 lines (20 loc) · 584 Bytes

d3cBlog

Delta3Consulting Blog

Development

Use one of these commands to start the development server:

# Standard development server
./serve.sh

# Development server with debugging
./dev-serve.sh

Development Mode Features

When 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

Production

For production builds:

JEKYLL_ENV=production bundle exec jekyll build