Install ruby gems and npm dependecies
bundle install
npm install
Run the site locally
bundle exec jekyll serve
Build the CSS styles
npm run build
The site is hosted in GitHub Pages. All the changes to master
branch are automatically deployed to production.
Before deploying to the production (= pushing to master
branch), remember to build the CSS styles with npm run build
. Styles will be built to assets/css/main.css
, which needs to be included in the repository.