Skip to content

raulpe7eira/raulpe7eira.tech

Repository files navigation

raulpe7eira.tech

raulpe7eira tech_

This projects 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.

How to use?

bundle install
bundle exec jekyll serve --livereload

# to deploy
JEKYLL_ENV=production bundle exec jekyll build