Skip to content

Commit

Permalink
Improved GitHub pages info
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagorossener committed Jan 28, 2020
1 parent cfc02f6 commit d05313f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ You can easily change the theme colors by changing the file `src/yml/theme.yml`,

### GitHub pages

It's a known issue that you can't run `gulp` when deploying the website into GitHub pages. If that's your case, you can change the theme colors in `src/_config.yml` and again in `src/styl/theme.json`.
It's a known issue that you can't run Gulp when deploying the website into GitHub pages. So, you must change the theme colors and run `gulp build` locally, then push the changes into your repo, there is no other way.

> **Attention:** Bear in mind that if you run `gulp` or `gulp build` locally, then deploy it into GitHub pages, the changes you've made on the two files above will be overlapped by the colors from `src/yml/theme.yml`.
To see how your website is going to look like when you deploy it, run `bundle exec jekyll serve` locally and access `http://127.0.0.1:4000/`.

## Posts

Expand Down

0 comments on commit d05313f

Please sign in to comment.