Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Updated Jekyll config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Sep 22, 2017
1 parent 05db951 commit 21b47f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ index.html
.project
.settings
.sass-cache
_site
node_modules
/docs
/videos
/web
c64/
Expand All @@ -26,3 +26,4 @@ src/
tmp/
unlisted/
archive/
!/archive
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Now open a web browser and go to `http://localhost:4000/`. You're done!
Some useful Jekyll server options include:

bundle exec jekyll serve --host=0.0.0.0 --config _config.yml,_developer.yml

The *--host* option makes it possible to access the web server from other devices on your local network;
for example, you may want to run PCjs on your iPhone, iPad, or other wireless device. And by adding **_developer.yml**,
you can override the Jekyll configuration defaults in **_config.yml**. Using development (non-production) settings in
Expand Down

0 comments on commit 21b47f9

Please sign in to comment.