Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilanga/resume
My resume :)
https://github.com/lilanga/resume
Last synced: 25 days ago
JSON representation
My resume :)
- Host: GitHub
- URL: https://github.com/lilanga/resume
- Owner: Lilanga
- Created: 2023-07-27T12:23:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-02T13:15:39.000Z (over 1 year ago)
- Last Synced: 2023-08-02T14:38:29.874Z (over 1 year ago)
- Language: CSS
- Homepage: https://lilanga.me
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume
My resume
## Running on local machine
Follow the [official documentation](https://jekyllrb.com/docs/step-by-step/01-setup) to install Jeykll
* Install required ruby gems
```bash
bundle install
```* Serve the site locally
```bash
bundle exec jekyll serve
```* Navigate to `http://localhost:4000`