how this shit works.
06 Apr 2015so… basically this is it:
- make sure u have
node_modules
in your.gitignore
- set markdown syntax to
kramdown
in your_config.yml
- run
npm install
to grab all dependencies from yourpackage.json
- run
gulp
to open uplocalhost:3000
and start editing what u need - if all is ok, just commit to the repo and sync.
but…
if you have all repos saved locally and up-to-date (that is, working on one comp), then u don’t need to install gulp locally every time. branches are easy since they work on the same files. tadaa.