epsi-rns / circleci-hexo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexo Bulma Test Drive on CircleCI

An example of Hexo site using Bulma for personal learning purpose.

Hexo (EJS) + Bulma

Hexo Bulma: Tutor

Please refer to original tutorial:


Running Locally

Since this use github pages, we should set the root as below example

This circleci example has _config.yml as below

root          : /circleci-hexo/

And has _config_local.yml as below

root          : /

To run locally you can override use this command.

hexo server -p 5000 --debug --config _config.yml,_config_local.yml

What do you think ?

About

License:MIT License


Languages

Language:CSS 52.9%Language:HTML 46.3%Language:JavaScript 0.8%