Skip to content

SINDAN/sindan.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Install

  • install gems
$ bundle install --path vendor/bundle

Build & Test

  • edit content

    • edit under source directory
  • build

$ bundle exec middleman build
  • launch local web server
$ bundle exec middleman server

Deploy

  • deploy
    • git push origin gh-pages
$ bundle exec middleman deploy