Skip to content

Noders/-Deprecated-WebSite_Nodeschool_Santiago_2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • git remote add nodeschool git@github.com:nodeschool/Santiago.git

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

About

Nodeschool Santiago Site Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published