Jekyll static site deployed on Netlify.
- Ruby 3.3.0 (managed via rbenv)
- Bundler
- Node.js (for Netlify CLI)
# Install Ruby dependencies
bundle install
# Install Node dependencies (for Netlify CLI)
npm installnpm run dev
# or
bundle exec jekyll serveSite will be available at http://localhost:4000
npm run dev:netlify
# or
netlify devSite will be available at http://localhost:8888
npm run build
# or
bundle exec jekyll buildOutput will be in the _site/ directory.
npm run deploy
# or
netlify deploy --prodnpm run deploy:preview
# or
netlify deploy_config.yml- Jekyll configurationnetlify.toml- Netlify build and deployment settings.ruby-version- Ruby version for rbenv