All Projects → murraco → Jekyll Theme Minimal Resume

murraco / Jekyll Theme Minimal Resume

Licence: mit
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/

Projects that are alternatives of or similar to Jekyll Theme Minimal Resume

Universal Resume
Minimal and formal résumé (CV) website template for print, mobile, and desktop. https://bit.ly/ur_demo
Stars: ✭ 1,349 (+401.49%)
Mutual labels:  resume, cv, minimal, template
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+219.33%)
Mutual labels:  jekyll, resume, cv, scss
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+222.68%)
Mutual labels:  jekyll, resume, cv, template
Mcdowell Cv
A Nice-looking CV template made into LaTeX
Stars: ✭ 855 (+217.84%)
Mutual labels:  resume, cv, template
Simple Resume Cv
Template for a simple resume or curriculum vitae (CV), in XeLaTeX.
Stars: ✭ 333 (+23.79%)
Mutual labels:  resume, cv, template
Latexcv
👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
Stars: ✭ 1,027 (+281.78%)
Mutual labels:  resume, cv, template
Markdown Cv
a simple template to write your CV in a readable markdown file and use CSS to publish/print it.
Stars: ✭ 721 (+168.03%)
Mutual labels:  jekyll, resume, cv
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (+91.82%)
Mutual labels:  resume, cv, template
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (+266.91%)
Mutual labels:  jekyll, scss, template
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-82.9%)
Mutual labels:  jekyll, resume, template
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (-89.96%)
Mutual labels:  jekyll, resume, cv
Adam Blog
Adam Blog is a minimal clear theme for Jekyll
Stars: ✭ 167 (-37.92%)
Mutual labels:  jekyll, minimal, scss
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-77.32%)
Mutual labels:  jekyll, resume, cv
Indigo
🍜 Minimalist Jekyll Template, dark and light themes
Stars: ✭ 2,214 (+723.05%)
Mutual labels:  jekyll, minimal, template
cv compiler
A typical CV compiler for software engineer
Stars: ✭ 17 (-93.68%)
Mutual labels:  resume, cv
BlackIQ.ir
BlackIQ.ir Source Code
Stars: ✭ 14 (-94.8%)
Mutual labels:  resume, cv
jsonresume-theme-boilerplate
Boilerplate theme for JSON Resume.
Stars: ✭ 130 (-51.67%)
Mutual labels:  resume, cv
vue-developer-profile
Developer's portfolio built with Gridsome + VueJS
Stars: ✭ 20 (-92.57%)
Mutual labels:  resume, cv
fa.BlackIQ.ir
Persion version of BlackIQ.ir
Stars: ✭ 16 (-94.05%)
Mutual labels:  resume, cv
simple-resume
🐤️ simple-resume
Stars: ✭ 36 (-86.62%)
Mutual labels:  resume, cv

Jekyll Resume Theme

Live demo at https://jekyll-theme-minimal-resume.netlify.com/

Netlify Status

Stack


Please help this repo with a ⭐️ if you find it useful! 😊


Screenshot

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

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

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.:

<a aria-label="My Github" target="_blank" href="https://github.com/murraco">
  <i class="icon fa fa-github-alt" aria-hidden="true"></i>
</a>

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 [email protected]

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].