Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raulpe7eira/raulpe7eira.tech

Personal website
https://github.com/raulpe7eira/raulpe7eira.tech

about-me hi jekyll me personal-website ruby website

Last synced: about 1 month ago
JSON representation

Personal website

Awesome Lists containing this project

README

        

# raulpe7eira.tech

![raulpe7eira tech](https://github.com/user-attachments/assets/6f17cbb2-2ffb-4caa-b929-e988dd3d81f3)

This project holds the contents for my personal website, hosted at .

It's automatically transformed by [Jekyll](https://jekyllrb.com/ "link to Jekyll website") into a static site, and uses the [jekyll-polyglot](https://polyglot.untra.io/ "link to polyglot website") for the i18n support.

The theme build was based on the [jekyll-uno](https://github.com/joshgerdes/jekyll-uno "link to source of the jekyll-one theme").

## How to use?

```bash
bundle install
bundle exec jekyll serve --livereload

# to upgrade
bundle update

# to deploy
JEKYLL_ENV=production bundle exec jekyll build
```