Skip to content

Commit

Permalink
personalized
Browse files Browse the repository at this point in the history
  • Loading branch information
thely314 committed Dec 5, 2023
1 parent 25298c9 commit 68f6896
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _config.fluid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fun_features:

# 是否循环播放效果
# If true, loop animation
loop: false
loop: true

# 在指定页面开启,不填则在所有页面开启
# Enable in specified page, all pages by default
Expand Down Expand Up @@ -322,7 +322,7 @@ iconfont: //at.alicdn.com/t/font_1736178_lbnruvf0jn.css
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"
blog_title: "Ciallo! World"

# 导航栏毛玻璃特效,实验性功能,可能会造成页面滚动掉帧和抖动,部分浏览器不支持会自动不生效
# Navigation bar frosted glass special animation. It is an experimental feature
Expand Down Expand Up @@ -475,7 +475,7 @@ index:

# 为空则按 hexo config.subtitle 显示
# If empty, text based on `subtitle` in hexo config
text: "An elegant Material-Design theme for Hexo"
text: "Try to find a place for healing your soul"

# 通过 API 接口作为首页副标题的内容,必须返回的是 JSON 格式,如果请求失败则按 text 字段显示,该功能必须先开启 typing 打字机功能
# Subtitle of the homepage through the API, must be returned a JSON. If the request fails, it will be displayed in `text` value. This feature must first enable the typing animation
Expand Down Expand Up @@ -948,18 +948,18 @@ tag:
#---------------------------
about:
enable: true
banner_img: /img/default.png
banner_img: img/blackBlockBG.jpg
banner_img_height: 60
banner_mask_alpha: 0.3
avatar: /img/avatar.png
name: "Fluid"
intro: "An elegant theme for Hexo"
name: "thely314's personal github page"
intro: "Page theme: Fluid, An elegant theme for Hexo\nstill building..."
# 更多图标可从 https://hexo.fluid-dev.com/docs/icon/ 查找,`class` 代表图标的 css class,添加 `qrcode` 后,图标不再是链接而是悬浮二维码
# More icons can be found from https://hexo.fluid-dev.com/docs/en/icon/ `class` is the css class of the icon. If adding `qrcode`, The icon is no longer a link, but a hovering QR code
icons:
- { class: "iconfont icon-github-fill", link: "https://github.com", tip: "GitHub" }
- { class: "iconfont icon-douban-fill", link: "https://douban.com", tip: "豆瓣" }
- { class: "iconfont icon-wechat-fill", qrcode: "/img/favicon.png" }
- { class: "iconfont icon-bilibili", link: "https://www.bilibili.com", tip: "Bilibili" }
- { class: "iconfont icon-zhihu-fill", link: "https://www.zhihu.com", tip: "Zhihu" }


#---------------------------
Expand Down Expand Up @@ -1028,7 +1028,7 @@ links:
# Custom content at the bottom of the links
custom:
enable: false
content: '<hr><p>在下方留言申请加入我的友链,按如下格式提供信息:</p><ul><li>博客名Fluid</li><li>简介Fluid 主题官方博客</li><li>链接https://hexo.fluid-dev.com</li><li>图片https://hexo.fluid-dev.com/img/favicon.png</li></ul>'
content: '<hr><p>在下方留言申请加入我的友链,按如下格式提供信息:</p><ul><li>博客名: Fluid</li><li>简介: Fluid 主题官方博客</li><li>链接: https://hexo.fluid-dev.com</li><li>图片: https://hexo.fluid-dev.com/img/favicon.png</li></ul>'

# 评论插件
# Comment plugin
Expand Down

0 comments on commit 68f6896

Please sign in to comment.