/circleci-hexo

Primary LanguageCSSMIT LicenseMIT

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 ?