1
0
mirror of https://github.com/thangisme/notes.git synced 2025-10-13 19:14:13 -04:00

Merge pull request #117 from gnarea/gh-pages-local

Explain how to use theme locally with GitHub Pages
This commit is contained in:
Patrick Marsceill
2019-04-30 17:27:46 -07:00
committed by GitHub

View File

@@ -58,6 +58,8 @@ $ bundle exec jekyll serve
``` ```
4. Point your web browser to [http://localhost:4000](http://localhost:4000) 4. Point your web browser to [http://localhost:4000](http://localhost:4000)
If you're hosting your site on GitHub Pages, [set up GitHub Pages and Jekyll locally](https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll) so that you can more easily work in your development environment.
### Configure Just the Docs ### Configure Just the Docs
- [See configuration options]({{ site.baseurl }}{% link docs/configuration.md %}) - [See configuration options]({{ site.baseurl }}{% link docs/configuration.md %})