Closed Logan1x closed 3 years ago
@Logan1x root
in _config.yml
should be root: /blag/
instead of root: /
. See https://hexo.io/docs/configuration#URL
@ppoffice, thank you for pointing that out.
Is there something else is wrong in Icarus config
? Because the Icarus warning is not gone yet, and I am getting the same problem with hosting with GitHub pages.
On the other hand the website is running fine with landscape
theme.
@ppoffice Commnet out licenses: false
Thanks it worked.
Describe the bug I am running hexo theme Icarus and it's running locally fine(giving warning, described below) but when I am pushing to GitHub repo, nothing is loading, When I changed the theme only HTML was loading.
Repo link : https://github.com/Logan1x/blag/
On the local run icarus giving warning as,
System and Environment The version and configuration of Hexo and Icarus.
Hexo, OS, and node version (use
hexo version
command to view these information)Site configuration file
_config.yml
Theme configuration file
_config.icarus.yml
orthemes/icarus/_config.yml
Any additional theme configuration files (post front-matter,
_config.post.yml
, or_config.page.yml
)package.json
file below,Browser and version (e.g., Firefox 70.0, Chrome Android 80.0)
Tried in both
Expected behavior A normal icaruas theme with three sample posts.