/jexo

a hexo starter theme named jexo

Primary LanguageHTMLMIT LicenseMIT

jexo

a hexo starter theme named jexo

uses tachyons, seeks to be as unassuming as possible, and is chalk full o comments

under heavy development, check out the issues

setting up

  1. $ hexo init jexo && cd jexo && npm i
  2. $ git clone --depth=2 https://github.com/jchck/jexo.git themes/jexo && rm -rf themes/jexo/.git
  3. in the ./_config file at the hexo root, set theme: jexo
  4. $ hexo server --open