Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murraco/jekyll-theme-minimal-resume
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.app
https://github.com/murraco/jekyll-theme-minimal-resume
cv jekyll jekyll-theme minimal minimal-cv minimal-resume personal resume template
Last synced: about 1 month ago
JSON representation
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.app
- Host: GitHub
- URL: https://github.com/murraco/jekyll-theme-minimal-resume
- Owner: murraco
- License: mit
- Created: 2017-11-16T01:45:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T13:52:57.000Z (3 months ago)
- Last Synced: 2024-09-29T02:41:32.889Z (about 2 months ago)
- Topics: cv, jekyll, jekyll-theme, minimal, minimal-cv, minimal-resume, personal, resume, template
- Language: SCSS
- Homepage: https://jekyll-theme-minimal-resume.netlify.app
- Size: 1.33 MB
- Stars: 533
- Watchers: 8
- Forks: 591
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Jekyll Resume Theme
Live demo at https://jekyll-theme-minimal-resume.netlify.app
[![Netlify Status](https://api.netlify.com/api/v1/badges/24d80ae8-c3d9-4645-a6d8-9e97fc8dec3c/deploy-status)](https://app.netlify.com/sites/jekyll-theme-minimal-resume/deploys)
# Stack
![](https://img.shields.io/badge/jekyll-✓-blue.svg)
![](https://img.shields.io/badge/html5-✓-blue.svg)
![](https://img.shields.io/badge/sass-✓-blue.svg)
![](https://img.shields.io/badge/sweet--scroll-✓-blue.svg)
![](https://img.shields.io/badge/particle--js-✓-blue.svg)
![](https://img.shields.io/badge/font--awesome-✓-blue.svg)
![](https://img.shields.io/badge/devicon-✓-blue.svg)
![](https://img.shields.io/badge/gulp-✓-blue.svg)# Screenshot
# If this helped, consider buying me a coffee! ☕️
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/murraco)
# Quick Setup
1. Install Jekyll: `gem install jekyll bundler`
2. Fork this repository and clone your fork
3. Edit `_config.yml` to personalize your site# Settings
You have to fill some informations on `_config.yml` to customize your site:
## Site settings
```yml
description: A blog about lorem ipsum dolor sit amet
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://localhost:3000" # the base hostname & protocol for your site
```## User settings
```yml
username: Lorem Ipsum
user_description: Software Engineer at Lorem Ipsum Dolor
user_title: Mauricio Urraco
email: [email protected]
```> Don't forget to change your URL before you deploy your site!
# Color and Particle Customization
- Color Customization
- Edit the `.sass` variables
- Particle Customization
- Edit the json data in particle function in `app.js`
- Refer to `Particle.js` for help# Content
You can (and should) edit the `.html` files for adding your own information, icons, working experience, social links or whatever you want to add. I.e.:
# Running locally
In order to compile the assets and run `Jekyll` locally you need to follow those steps:
1. Install Jekyll
2. Run `bundle install`
3. Run `bundle exec jekyll build`
4. Start and http-server in the folder `_site`# Contribution
- Report issues
- Open pull request with improvements
- Spread the word
- Reach out to me directly at# Credits
- [Nathan Randecker](https://github.com/nrandecker)
# Buy me a coffee to show your support!
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/murraco)