# Site title:居红乡# 已修改-原值:Hexo subtitle:'rsreland.net'# 已修改-原值:'' description:'不要停止思考。'# 已修改-原值:'' keywords: author:百二一# 已修改-原值:John Doe language:zh-CN# 已修改-原值:en timezone:'Asia/Shanghai'# 已修改-原值:''
设置网站和文章地址格式
1 2 3 4 5
# URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url:https://rsreland.net# 已修改-原值:http://yoursite.com root:/ permalink:blog/:year:month:day:hour:minute/# 已修改-原值::year/:month/:day/:title/
备注:如上设置,运行 hexo d 命令时,将会把网站同时上传到 github 。(目前国内访问github比较困难,运行 hexo d 命令时,经常会失败,需要多次尝试。访问时,则使用 Vercel 提供的cdn服务进行加速。)
主题设置(fluid\_config.yml)
设置前的准备工作
设置主题前,需要将设置过程中所需的图片文件,放到 主题根目录\source\img 里。
设置浏览器标签页的图标
1 2 3 4 5 6 7
# 用于浏览器标签的图标 # Icon for browser tab favicon:/img/r2net_favicon.png# 已修改-原值:/img/fluid.png
# 用于苹果设备的图标 # Icon for Apple touch apple_touch_icon:/img/r2net_favicon.png# 已修改-原值:/img/fluid.png
设置标签页标题分隔符
1 2 3
# 浏览器标签页中的标题分隔符,效果: 文章名 - 站点名 # Title separator in browser tab, eg: article - site tab_title_separator:' | '# 已修改-原值:" - "
设置图片链接为https
1 2 3
# 强制所有链接升级为 HTTPS(适用于图片等资源出现 HTTP 混入报错) # Force all links to be HTTPS (applicable to HTTP mixed error) force_https:true# 已修改-原值:false
设置网站访问统计和展示
1 2 3 4
# 网页访问统计 # Analysis of website visitors web_analytics:# 网页访问统计 enable:true#已修改-原值:false
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# LeanCloud 计数统计,可用于 PV UV 展示,如果 `web_analytics: enable` 没有开启,PV UV 展示只会查询不会增加 # LeanCloud count statistics, which can be used for PV UV display. If `web_analytics: enable` is false, PV UV display will only query and not increase leancloud: app_id:EK■■■■■IRB■■pmdh■■■D7sQ■■■■■■bMM■# 已修改-空值 app_key:3x■■■OaU8o■■■■■n0JVL■■■■# 已修改-空值 # REST API 服务器地址,国际版不填 # Only the Chinese mainland users need to set server_url:'https://■■anc■o■■.■■■e■an■.net'# 已修改-原值:'' # 统计页面时获取路径的属性 # Get the attribute of the page path during statistics path:window.location.pathname # 开启后不统计本地路径( localhost 与 127.0.0.1 ) # If true, ignore localhost & 127.0.0.1 ignore_local:false
# 统计数据来源,使用 leancloud 需要设置 `web_analytics: leancloud` 中的参数;使用 busuanzi 不需要额外设置,但是有时不稳定,另外本地运行时 busuanzi 显示统计数据很大属于正常现象,部署后会正常 # Data source. If use leancloud, you need to set the parameter in `web_analytics: leancloud` # Options: busuanzi | leancloud source:"leancloud"# 已修改-原值:"busuanzi"
备注:设置网站的「访问统计功能」使用 cnzz 和 leancloud 两个提供商的统计服务。
设置导航栏标题
1 2 3 4 5 6
# 导航栏的相关配置 # Navigation bar navbar: # 导航栏左侧的标题,为空则按 hexo config 中 `title` 显示 # The title on the left side of the navigation bar. If empty, it is based on `title` in hexo config blog_title:"居红乡"# 已修改-原值:"Fluid"
备注:设置导航栏标题为 居红乡 。
设置导航栏的网站目录
增加自定义的新菜单项目之前,可能需要先行创建页面(命令:hexo new page 页面地址字符,且通过设置页面 comment: valine 增加评论功能)。
1 2 3 4 5 6 7 8 9 10 11 12
# 导航栏菜单,可自行增减,key 用来关联 languages/*.yml,如不存在关联则显示 key 本身的值;icon 是 css class,可以省略;增加 name 可以强制显示指定名称 # Navigation bar menu. `key` is used to associate languages/*.yml. If there is no association, the value of `key` itself will be displayed; if `icon` is a css class, it can be omitted; adding `name` can force the display of the specified name menu: - { key:"home", link:"/", icon:"iconfont icon-home-fill" } - { key:"archive", link:"/archives/", icon:"iconfont icon-archive-fill" } - { key:"category", link:"/categories/", icon:"iconfont icon-category-fill" } - { key:"tag", link:"/tags/", icon:"iconfont icon-tags-fill" } - { key:"series", link:"/series/", icon:"iconfont icon-codeforces"} # 已修改-新增 - { key:"thanks", link:"/thanks/", icon:"iconfont icon-bookmark-fill"} # 已修改-新增 - { key:"about", link:"/about/", icon:"iconfont icon-user-fill" } - { key:"message", link:"/message/", icon:"iconfont icon-speakernotes" } # 已修改-新增 #- { key: "links", link: "/links/", icon: "iconfont icon-link-fill" }
#--------------------------- # 页脚 # Footer #--------------------------- footer: # 页脚第一行文字的 HTML,建议保留 Fluid 的链接,用于向更多人推广本主题 # HTML of the first line of the footer, it is recommended to keep the Fluid link to promote this theme to more people content:' <a href="https://hexo.io" target="_blank" rel="nofollow noopener"><span>Hexo</span></a> <i class="iconfont icon-love"></i> <a href="https://github.com/fluid-dev/hexo-theme-fluid" target="_blank" rel="nofollow noopener"><span>Fluid</span></a> <div> <span id="timeDate">载入天数...</span> <span id="times">载入时分秒...</span> <script src="/js/duration.js"></script> </div> '# 已修改-新增:<div>……</div>之间的代码
#--------------------------- # 首页 # Home Page #--------------------------- index: # 首页 Banner 头图,可以是相对路径或绝对路径,以下相同 # Path of Banner image, can be a relative path or an absolute path, the same on other pages banner_img:/img/r2net_banner.jpg# 已修改-原值:/img/default.png
设置首页副标题
1 2 3 4 5 6 7 8
# 首页副标题的独立设置 # Independent config of home page subtitle slogan: enable:true
# 为空则按 hexo config.subtitle 显示 # If empty, text based on `subtitle` in hexo config text:"我们的头顶,还有广阔的星空!"# 已修改-原值:"An elegant Material-Design theme for Hexo"
设置关闭自动摘录
1 2 3 4
# 自动截取文章摘要 # Auto extract post auto_excerpt: enable:false# 已修改-原值:true
设置在新窗口打开链接
1 2 3 4
# 打开文章的标签方式 # The browser tag to open the post # Available: _blank | _self post_url_target:_blank# 已修改-原值:_self
# 文章在首页的默认封面图,当没有指定 index_img 时会使用该图片,若两者都为空则不显示任何图片 # Path of the default post cover when `index_img` is not set. If both are empty, no image will be displayed default_index_img:/img/r2net_thumbnail.png# 已修改-空值
设置文章页展示文章阅读次数
1 2 3 4 5 6 7 8
# 浏览量计数 # Number of visits views: enable:true# 已修改-原值:false # 统计数据来源 # Data Source # Options: busuanzi | leancloud source:"leancloud"# 已修改-原值:"busuanzi"
设置文章页展示文章更新时间
1 2 3 4
# 在文章开头显示文章更新时间,该时间默认是 md 文件更新时间,可通过 front-matter 中 `updated` 手动指定(和 date 一样格式) # Update date is displayed at the beginning of the post. The default date is the update date of the md file, which can be manually specified by `updated` in front-matter (same format as date) updated: enable:true# 已修改-原值:false
设置展示分类下文章的侧边栏位置
1 2 3 4
# 置于板块的左侧或右侧 # place in the board # Options: left | right placement: right # 已修改-原值:left
设置展示侧边栏的文章数量
1 2 3
# 单个分类中折叠展示文章数的最大值,超过限制会显示 More,0 则不限制 # The maximum number of posts in a single category. If the limit is exceeded, it will be displayed More. If 0 no limit post_limit: 5 # 已修改-原值:0
设置文章目录的位置
1 2 3 4
# 置于板块的左侧或右侧 # place in the board # Options: left | right placement: left # 已修改-原值:right
设置文章页展示的版权声明
1 2 3 4 5 6 7 8
# 版权声明,会显示在每篇文章的结尾 # Copyright, will be displayed at the end of each post copyright: enable: true
# 层级的折叠深度,0 是全部折叠,大于 0 后如果存在子分类则默认展开 # Collapse depth. If 0, all posts collapsed. If greater than 0, it will be expanded by default if there are subcategories collapse_depth:1# 已修改-原值:0