You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Jekyll](https://jekyllrb.com/), [Gulp](http://gulpjs.com/), [BrowserSync](https://www.browsersync.io/), [Sass](http://sass-lang.com/)~[RSCSS](http://rscss.io/)~ and [SVG](https://www.w3.org/Graphics/SVG/)
27
+
-[Jekyll](https://jekyllrb.com/), [Gulp](http://gulpjs.com/), [Sass](http://sass-lang.com/)~[RSCSS](http://rscss.io/)~ and [SVG](https://www.w3.org/Graphics/SVG/)
32
28
- Tests with [Travis](https://travis-ci.org/)
33
-
- Google Speed: [98/100](https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fsergiokopplin.github.io%2Findigo%2F)
29
+
- Google Speed: [98/100](https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fsergiokopplin.github.io%2Findigo%2F);
34
30
- No JS. :sunglasses:
35
31
36
32
## Setup
@@ -40,9 +36,8 @@
40
36
2. Fork the project [Indigo](https://github.com/sergiokopplin/indigo/fork)
41
37
3. Edit `_config.yml` with your data.
42
38
4.`bundle install`
43
-
5.`npm i && npm i -g gulp`
44
-
6.`gulp`
45
-
7. open in your browser: `http://localhost:3000`
39
+
5.`npm run serve`
40
+
6. open in your browser: `http://localhost:4000`
46
41
47
42
## Settings
48
43
@@ -66,38 +61,13 @@ and lot of other options, like width, projects, pages, read-time, tags, related
66
61
-[Tests with Travis CI - Tutorial](http://www.raywenderlich.com/109418/travis-ci-tutorial)
0 commit comments