hexo 导航栏中文乱码怎么破?

发布于 2022-09-04 11:34:36 字数 176 浏览 21 评论 0

clipboard.png

已经设置 language: zh-Hans

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

等待我真够勒 2022-09-11 11:34:36

兄弟,menu设置错了,menu设置分三步:
一、设置链接:
这里home、categories、about...只是以下三处设置的标识符,没什么具体意义;
themes/next/_config.yml

menu:
  #home: /
  #categories: /categories
  #about: /about
  archives: /archives
  #tags: /tags
  #sitemap: /sitemap.xml
  #commonweal: /404.html

二、设置icon:
themes/next/_config.yml

menu_icons:
  enable: true
  #KeyMapsToMenuItemKey: NameOfTheIconFromFontAwesome
  home: home
  about: user
  categories: th
  schedule: calendar
  tags: tags
  archives: archive
  sitemap: sitemap
  commonweal: heartbeat

三、设置显示文字:
themes/next/languages/zh-Hans.yml

menu:
  home: 首页
  archives: 归档
  categories: 分类
  schedule: 日程
  tags: 标签
  about: 关于
  search: 搜索
  commonweal: 公益404
堇年纸鸢 2022-09-11 11:34:36

和这个问题一样 ,可以按首个评论所说,尝试解决一下。

浮世清欢 2022-09-11 11:34:36

新加菜单,必须增加对应的翻译
themes/next/_config.yml
themes/next/languages/zh-Hans.yml
这里面添加对应的中文翻译就行了

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文