Skip to content

jeslopalo/jeslopalo.github.io

Repository files navigation

jeslopalo.github.io

This is my website (sandbox.es), created using Jekyll + Foundation and hosted in Github Pages

Instructions

Updating gems

$ bundle install
$ bundle update

Updating bower

$ bower update --force --save

If bower needs to be updated:

$ npm install -g bower

Run Jekyll

To run the server:

$ development.sh

To stop the server, press Ctrl+c:

$ ^C

Viewing the result

Go to your favourite browser and visit the site url in localhost

Release a new version

Bump version number

$ ./bump_version
usage: bump_version [ <newversion> | major | minor | patch ]

Given a version number MAJOR.MINOR.PATCH:

  • <newversion>: new version using semver
  • major: increase major version number
  • minor: increase minor version number
  • patch: increase patch version number