Skip to content

Commit

Permalink
Update Jeet and Readme to fix willianjusten#46
Browse files Browse the repository at this point in the history
  • Loading branch information
willianjusten committed Jul 19, 2016
1 parent f2ffd46 commit 36ed9bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ gplus_username: lorem_ipsum
disqus_username: lorem_ipsum
```

**Don't forget to change your baseurl before build your site!**

## Color customization

All color variables are in `src/styl/variable`. To change the main color, just set the new value at `main` assignment. Another colors are for texts and the code background color.
Expand Down Expand Up @@ -99,7 +101,6 @@ In order to compile the assets and run Jekyll on local you need to follow those

Having a problem getting something to work or want to know why I setup something in a certain way? Ping me on Twitter [@willian_justen](https://twitter.com/willian_justen) or file a [GitHub Issue](https://github.com/willianjusten/will-jekyll-template/issues/new).


## Donation

If you liked my work, buy me a coffee <3
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
"gulp-imagemin": "^2.1.0",
"gulp-plumber": "^0.6.6",
"gulp-stylus": "^1.3.7",
"gulp-uglify": "^1.0.2",
"jeet": "^6.1.2",
"kouto-swiss": "^0.11.6",
"gulp-uglify": "^1.0.2"
},
"dependencies": {
"jeet": "^6.1.4",
"kouto-swiss": "^0.11.14",
"rupture": "^0.6.1"
}
}

0 comments on commit 36ed9bd

Please sign in to comment.