Skip to content

pabloalmunia/blog

 
 

Repository files navigation

JSDayES Blog

Build Status

Blog for JSDayES.

Requirements:

Setup

nvm install 9.8.0
nvm use
npm install

Commands

  • hexo clean Remove generated files and cache.
  • hexo deploy Deploy your website.
  • hexo generate Generate static files.
  • hexo help Get help on a command.
  • hexo list List the information of the site
  • hexo new Create a new post.
  • hexo publish Moves a draft post from _drafts to _posts folder.
  • hexo server Start the server.

Deploy (to gh pages)

hexo clean && hexo generate && hexo deploy

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.9%
  • HTML 43.1%