Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 596 Bytes

File metadata and controls

39 lines (27 loc) · 596 Bytes

NodeschoolSantiago

Nodeschool Santiago Site Generator

Construido con Hexo

Como correr

  • npm install
  • hexo server

Como agregar un Post

  • hexo new [layout] "title"

Layout - Path

post - source/_posts

page - source

draft - source/_drafts

Setear Entorno

Agregar el remote de nodeschool

Como deployear

  • 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