Nodeschool Santiago Site Generator
Construido con Hexo
npm install
hexo server
- hexo new [layout] "title"
Layout - Path
post - source/_posts
page - source
draft - source/_drafts
Agregar el remote de nodeschool
git remote add nodeschool git@github.com:nodeschool/Santiago.git
- Crear Branch
git add -A
git commit -m "msg"
git push
- Mergear branch
git checkout master && git pull -f
git push nodeschool gh-pages -f