Skip to content

Commit 13e71a3

Browse files
committed
moving article to how to
1 parent 7663a14 commit 13e71a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@
3838
2. Fork the project [Indigo](https://github.com/sergiokopplin/indigo/fork)
3939
3. Edit `_config.yml` with your data.
4040
4. `bundle install`
41-
5. `npm install && npm install -g gulp`
41+
5. `npm i && npm i -g gulp`
4242
6. `gulp`
4343
7. open in your browser: `http://localhost:3000`
4444

45-
> [Arti Annaswamy](https://github.com/aannasw) wrote a really nice tutorial of "how to install jekyll". Here's the [part 1](http://artiannaswamy.com/build-a-github-blog-part-1) and [part 2](http://artiannaswamy.com/build-a-github-blog-part-2). :metal:
46-
4745
## Settings
4846

4947
You must fill some informations on `_config.yml` to customize your site.
@@ -59,6 +57,7 @@ and lot of other options, like width, projects, pages, read-time, tags, relateds
5957

6058
## How to:
6159

60+
- Article: How to Install Jekyll - by [Arti Annaswamy](https://github.com/aannasw). [Part 1](http://artiannaswamy.com/build-a-github-blog-part-1) and [Part 2](http://artiannaswamy.com/build-a-github-blog-part-2)
6261
- [Emojis in the projects list?](https://github.com/sergiokopplin/indigo/issues/72)
6362
- [Nokogiri dependencie problems?](https://github.com/sergiokopplin/indigo/issues/81)
6463
- [Syncing a Fork](https://help.github.com/articles/syncing-a-fork/)
@@ -70,6 +69,8 @@ and lot of other options, like width, projects, pages, read-time, tags, relateds
7069
You can test your app with:
7170

7271
```bash
72+
npm run test
73+
# or
7374
bundle exec htmlproof ./_site
7475
````
7576

0 commit comments

Comments
 (0)