Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misaelnieto/resume
This is Noe's CV powered by jekyll
https://github.com/misaelnieto/resume
resume
Last synced: about 1 month ago
JSON representation
This is Noe's CV powered by jekyll
- Host: GitHub
- URL: https://github.com/misaelnieto/resume
- Owner: misaelnieto
- Created: 2020-03-09T06:06:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T04:15:30.000Z (over 3 years ago)
- Last Synced: 2023-03-10T21:02:29.307Z (almost 2 years ago)
- Topics: resume
- Language: HTML
- Homepage: https:///www.noenieto.com/resume/
- Size: 270 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is Noe Nieto's Resumé
This site was made with Jekyll using the [modern-resume-theme](https://github.com/sproogen/modern-resume-theme).
This repo has github actions to deploy this repo automatically to my site. I
used [lemonarc/jekyll-action](https://github.com/helaili/jekyll-action) to build
the site and [Pendect/action-rsyncer](https://github.com/Pendect/action-rsyncer)
to upload the changes to the server.# Setup guide
This is mostly for a future me in case I don't remember how to set this up again (e.g. new laptop).
First, install bundler.
For fedora:
```bash
sudo dnf install rubygems ruby-devel redhat-rpm-config gcc-c++
```On Debian 10.9 I did:
```bash
sudo apt install ruby ruby-dev bundler
```Now run bundler:
```bash
bundle install
```> [!NOTE]
> If you have problems with some gem version, try deleting the `Gemfile.lock` file and run `bundle install` again.# Updating the resume
```bash
./dev watch
```# Building the resume
```bash
./dev build
```# Deploy
```bash
./dev deploy
```Aaand, that's it.