Deploys a Jekyll static ssite to Netlify. Has a basic JS pipeline.
- Use
nvmor whichever tool(s) you prefer to manage node and npm versions. - Run
npm ito get node dependencies. - Set ruby and bundler versions in
.ruby-versionand.bundle/config, respectively. - Use rvm or whichever tool(s) you prefer to manage ruby versions.
- Run
gem install bundler && bundleto get ruby gem dependencies. - Have Github or Gitlab, and push your fork of this repo to it.
- Create or open your Netlify account and whitelist this repo as a deploy target.
- Push to master and watch the deploy fireworks fly.