victorvoid / space-jekyll-template

A simple spacemacs template on jekyll. https://victorvoid.github.io/space-jekyll-template/
Other
400 stars 324 forks source link

Theme #33

Closed darkskull009 closed 6 years ago

darkskull009 commented 6 years ago

Hello I'm just newbie in this Jekyll theme can you point me out ho to change dark purple of this space theme. Thanks in advance

victorvoid commented 6 years ago

No problem, you can go in the variable.styl and modify the colors.

Follow these steps to be able to compile

darkskull009 commented 6 years ago

Thanks once again

darkskull009 commented 6 years ago

I found the file but nothing happens

victorvoid commented 6 years ago

Are you using gulp to compile the files '.styl' ?

You can change main color on _variables.styl:

main = #5d4d7a;
darkskull009 commented 6 years ago

Brother I'm new in this jekyll and i use android phone not laptop

victorvoid commented 6 years ago

Sorry, but you need a laptop to compile CSS changes.

darkskull009 commented 6 years ago

As you said i used my friends laptop he is running Ubuntu 64bit latest version and i got this error throw err; ^

Error: Cannot find module 'gulp-plumber' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (/root/home/Desktop/fallenangle.github.io/gulpfile.js:2:16) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3)

victorvoid commented 6 years ago

You need install the dependencies using npm (I assume you have pre-installed node.js):

npm install
darkskull009 commented 6 years ago

Still not working

victorvoid commented 6 years ago

Because the problem is not exactly this project, I'm closing this issue.