Jekyll static site for TOMÉ PARK, 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
This runs Jekyll in the background and proxies through Netlify CLI, which:
- Handles
_redirectsrules locally - Simulates Netlify's routing behavior
- Tests headers and other Netlify features
npm run build
# or
bundle exec jekyll buildOutput will be in the public/ 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 rbenvsrc/_redirects- Netlify redirect rules
- og image is a bit blurry
- Get analytics-code
- get Better images from ton
- webpack for css prefixing, js, browserfy & whatever
- optimize for reader view