/iaarblog

Primary LanguageHTML

IAAR Blog

Web hecha con el framework Hexo de Node.js
https://hexo.io/

Requisitos previos:
-tener instalado Node.js
-tener instaldo npm

Instrucciones:
npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo server

Puerto: http://localhost:4000/