Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 421 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 421 Bytes

shaden-io

Professional website.

Building

You can build and serve this page for local development:

$ bundle install
$ bundle exec jekyll serve --watch --detach
$ bundle exec jekyll build --watch

Then just point your browser to localhost:4000. You can edit any files and simply refresh the page. However, if you edit _config.yml, you need to kill and restart the jekyll build command.