Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 341 Bytes

Yeray Cabello's blog

To run in locally, install ruby 3.1.2 and bundler with gem install bundler, then go to the project folder and do:

bundle install #only once
bundle exec jekyll serve --watch --force_polling

To rebundle the css: Install node, npm and gulp, then go to the project folder and:

npm i
gulp build