APIs.guru - Wikipedia for WEB APIs
$ gulp [--prod]
And you'll have a new Jekyll site generated for you and displayed in your
browser. Neato. If you want to run it with production settings, just add
--prod
.
$ gulp build [--prod]
$ gulp deploy
If you have cloned this repo or want to reinstall, make sure there's no
node_modules
or Gemfile.lock
folder/file and then run npm install
and
bundle install
.
To update: npm update generator-jekyllized -g
, then run yo jekyllized:gulp [--rsync|amazon|pages]
in this directory. Note that this will overwrite any
local changes, so back it up.
For more information on how to use your new project, please refer to the README on Github.