/hexo-personal-web

Primary LanguageStylusOtherNOASSERTION

Hexo Personal Web

The website for John Doe made with Hexo and Chic template.

Getting started

  1. Install dependencies:
$ git clone git@github.com:eliasgago/hexo-personal-web.git
$ cd hexo-personal-web
$ npm install
  1. Replace all "John Doe" ocurrences, links, etc.

  2. Replace image avatar at themes/Chic/source/image/avatar.jpeg or set a new route in avatar property at themes/Chic/_config.yml.

  3. Generate:

$ hexo generate
  1. Create first post:
$ hexo new "Hello world"
$ hexo publish "Hello world"
  1. Run server:
$ hexo server