Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions pages/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ All the above settings can be directly made in your GitHub repository in your br
```

4. [Install Jekyll](https://jekyllrb.com/docs/#instructions). Skip the step to make a new site.
5. Serve your site with `bundle exec jekyll serve`.
6. Make changes and see the effect at `http://localhost:4000/`.
7. Push your changes to GitHub.
5. If required, install github-pages gem with `gem install github-pages`.
6. Serve your site with `bundle exec jekyll serve`.
7. Make changes and see the effect at `http://localhost:4000/`.
8. Push your changes to GitHub.