Updated Jekyll config
This commit is contained in:
parent
56f2c4179b
commit
f44c90a1b6
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue