Skip to content

raulpe7eira/raulpe7eira.tech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2fb2228 · Dec 15, 2024

History

94 Commits
Nov 12, 2024
Sep 3, 2018
Dec 15, 2024
Sep 3, 2018
Aug 27, 2024
Aug 17, 2019
Sep 3, 2018
Dec 15, 2024
Sep 2, 2018
Sep 3, 2018
Sep 2, 2018
Dec 15, 2024
Sep 3, 2018
Sep 3, 2018
Sep 3, 2018
Nov 2, 2022
Dec 15, 2024
Dec 15, 2024
Sep 2, 2018
Nov 12, 2024
Dec 15, 2024
Sep 2, 2018
Sep 18, 2018
Sep 2, 2018
Sep 3, 2018
Sep 3, 2018
Sep 2, 2018
Sep 2, 2018
Sep 2, 2018

Repository files navigation

raulpe7eira.tech

raulpe7eira tech

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.

How to use?

bundle install
bundle exec jekyll serve --livereload

# to upgrade
bundle update

# to deploy
JEKYLL_ENV=production bundle exec jekyll build