From 21b47f9014c8dc3d03f5686e30a00cdd9f1b2ddb Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Fri, 22 Sep 2017 13:43:02 -0700 Subject: [PATCH] Updated Jekyll config --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7e183974ae..ceb600918e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,8 @@ index.html .project .settings .sass-cache -_site node_modules +/docs /videos /web c64/ @@ -26,3 +26,4 @@ src/ tmp/ unlisted/ archive/ +!/archive diff --git a/README.md b/README.md index f3aa6b64c9..ba31be2580 100644 --- a/README.md +++ b/README.md @@ -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