This project holds the contents for my personal website, hosted at https://raulpe7eira.tech.
It's automatically transformed by Jekyll into a static site, and uses the jekyll-polyglot for the i18n support.
The theme build was based on the jekyll-uno.
bundle install
bundle exec jekyll serve --livereload
# to upgrade
bundle update
# to deploy
JEKYLL_ENV=production bundle exec jekyll build