Giter Site home page Giter Site logo

Comments (4)

willianjusten avatar willianjusten commented on August 27, 2024

To change the color, you have to do 2 steps:

1 - Change the color main from _variables.styl
2 - Run the gulp task to compile the css and move to _site folder.


To change the background you have to change this line adding your background image.

from will-jekyll-template.

igmerwina avatar igmerwina commented on August 27, 2024

if ound this when run npm install , but succesfully installed

npm WARN package.json [email protected] No repository field.
/

and i found this error when trying to run gulp , and the color didnt change
im using windows 7 32-bit

[12:20:35] Using gulpfile ~\Desktop\asdasd\gulpfile.js
[12:20:35] Starting 'js'...
[12:20:35] Starting 'stylus'...
[12:20:35] Finished 'stylus' after 9.45 ms
[12:20:35] Starting 'jekyll-build'...
[12:20:35] Starting 'watch'...
[12:20:35] Finished 'watch' after 139 ms
events.js:85
       throw er; // Unhandled 'error' event
             ^
 Error: spawn jekyll ENOENT
     at exports._errnoException (util.js:746:11)
     at Process.ChildProcess._handle.onexit (child_process.js:1053:32)
     at child_process.js:1144:20
     at process._tickCallback (node.js:355:11)
     at Function.Module.runMain (module.js:503:11)
     at startup (node.js:129:16)
     at node.js:814:3

from will-jekyll-template.

willianjusten avatar willianjusten commented on August 27, 2024

The first warning is normal, that is happening because the node doesn't find the repository on npm and doesn't have a link to github repo.

About the second error:

The problem is with how Node finds executables on Windows. For more details look at this answer:

http://stackoverflow.com/a/17537559

In short, change cp.spawn('jekyll', ['build'], {stdio: 'inherit'}) to cp.spawn('jekyll.bat', ['build'], {stdio: 'inherit'}) in order to get spawn to work at gulpfile line 23.

from will-jekyll-template.

igmerwina avatar igmerwina commented on August 27, 2024

yups, i'll try later, thankyou so much

from will-jekyll-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.