crispgm / resume

A minimalist resume template for Jekyll and Hexo

Home Page:https://crispgm.github.io/resume/resume.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to change color scheme?

HarrisonFarah opened this issue · comments

  • I believe this to be a bug, not a question about using Crisp Minimal Résumé.

My OS

  • I am on (or have tested on) Windows 10+

My Ruby/Jekyll Version

Ruby: 2.7.4
Jekyll: 3.9.1

My Issue

  • [X ] My résumé wont process "color: red" in _config.yml

My Reproduction Steps

  1. Step 1
  2. Step 2
  3. Step 3

@HarrisonFarah color may be specified in _config.yml, e.g.:

color: nord

Refers here: https://github.com/crispgm/resume#colors

there is no line or code with color: nord on your repo. I did it to my repo and i could not change the color scheme when i put in red or pink

There is a default color, so you may by yourself. And then follow the color name in this file: https://github.com/HarrisonFarah/resume/blob/master/assets/css/resume.scss

Based on your forked repo https://github.com/HarrisonFarah/resume, I think you accidentally break the CSS path. You should set base URL to baseurl: "/resume/" to fix that.