martintrojer / martintrojer.github.com

Martin's Programming Blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update the site

$ git checkout hugo

# change stuff

$ hugo  # create public/

$ git add .
$ git commit
$ git push

$ git checkout master

$ cd public
$ yes | cp -r * ..

$ git add .
$ git commit
$ git push

About

Martin's Programming Blog


Languages

Language:HTML 99.7%Language:CSS 0.3%