An example of Hexo site using Bulma for personal learning purpose.
Hexo (EJS) + Bulma
Please refer to original tutorial:
Since this use github pages, we should set the root
as below example
This example has _config.yml as below
root : /manual-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 ?