From d05313f10693274fb483f3eb13eb30d25d84c3e5 Mon Sep 17 00:00:00 2001 From: Thiago Rossener Date: Tue, 28 Jan 2020 18:49:12 -0300 Subject: [PATCH] Improved GitHub pages info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31c1159351..7be33eff4b 100644 --- a/README.md +++ b/README.md @@ -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