Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 571 Bytes

File metadata and controls

22 lines (17 loc) · 571 Bytes

My portfolio

Built on nanoc.

Run in development mode

Bundler is required.

git clone git@github.com:SteveRedka/steveredka.github.io.git
bundle install
nanoc
nanoc view

The doohicky will be available for your spectacle at http://0.0.0.0:3000

Development

Git flow

  • 👉 development: branch with nanoc code. Use it to write code.

  • 🙅 master: deployment branch. It contains only compiled code. Don't touch it, nanoc will update it automatically.

Deploy

nanoc && nanoc deploy