Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raulpe7eira/raulpe7eira.tech
- Owner: raulpe7eira
- License: mit
- Created: 2018-08-31T06:40:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T23:14:42.000Z (about 1 month ago)
- Last Synced: 2024-12-15T23:28:19.264Z (about 1 month ago)
- Topics: about-me, hi, jekyll, me, personal-website, ruby, website
- Language: SCSS
- Homepage: https://raulpe7eira.tech
- Size: 31.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```