bennyxguo / hexo-theme-obsidian

🎨 A dark Hexo theme, it's responsive, simple but elegant.
https://obsidian.tridiamond.tech/
MIT License
781 stars 108 forks source link

gitee部署后 logo图片 点击后无法 导航到首页 #74

Closed Proud-Li closed 4 years ago

Proud-Li commented 4 years ago

logo点击后 跳转网址 变了 这应该 是gitee的目录 环境问题 发来问问 如何兼容修改

链接 http://cloud_c2.gitee.io/blog/

bennyxguo commented 4 years ago

image 我这里点击没有问题,我用的是谷歌浏览器,你用的是?

Proud-Li commented 4 years ago

我刚刚 把index 改掉了 所以可以了 class="image-logo" href="/blog/" 链接加了 1层目录 blog/

Flexiston commented 4 years ago

还有一个办法,根目录 _config.yml 里有个配置:

# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://yoursite.com
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:
pretty_urls:
  trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
  trailing_html: false # Set to false to remove trailing '.html' from permalinks

root 设置成 /blog/ 就可以了