Skip to content

Commit

Permalink
modify time format and fix tags bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Dec 27, 2023
1 parent 23f223e commit 26efb44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 deletions _config.fluid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fun_features:

# 打印速度,数字越大越慢
# Typing speed, the larger the number, the slower
typeSpeed: 70
typeSpeed: 100

# 游标字符
# Cursor character
Expand Down Expand Up @@ -542,7 +542,7 @@ post:
# 作者,优先根据 front-matter 里 author 字段,其次是 hexo 配置中 author 值
# Author, based on `author` field in front-matter, if not set, based on `author` value in hexo config
author:
enable: false
enable: true

# 文章日期,优先根据 front-matter 里 date 字段,其次是 md 文件日期
# Post date, based on `date` field in front-matter, if not set, based on create date of .md file
Expand All @@ -551,7 +551,7 @@ post:
# 格式参照 ISO-8601 日期格式化
# ISO-8601 date format
# See: http://momentjs.cn/docs/#/parsing/string-format/
format: "LL a"
format: "LL"

# 字数统计
# Word count
Expand All @@ -567,7 +567,7 @@ post:
awl: 2
# 每分钟阅读字数,如果大部分是技术文章可适度调低
# Words per minute
wpm: 60
wpm: 50

# 浏览量计数
# Number of visits
Expand All @@ -581,12 +581,12 @@ post:
# 在文章开头显示文章更新时间,该时间默认是 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: false
enable: true

# 格式参照 ISO-8601 日期格式化
# ISO-8601 date format
# See: http://momentjs.cn/docs/#/parsing/string-format/
date_format: "LL a"
date_format: "LL HH:mm"

# 是否使用相对时间表示,比如:"3 天前"
# If true, it will be a relative time, such as: "3 days ago"
Expand Down Expand Up @@ -655,13 +655,13 @@ post:
# Show post date
post_date:
enable: true
format: "LL"
format: "LL HH:mm"

# 显示更新日期
# Show update date
update_date:
enable: true
format: "LL"
format: "LL HH:mm"

# 文章底部上一篇下一篇功能
# Link to previous/next post
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Canyue
subtitle: ''
description: "This is Canyue's blog."
keywords:
author: Canyue
author: mobeicanyue
language: zh-CN
timezone: 'Asia/Shanghai'

Expand Down
1 change: 0 additions & 1 deletion source/_posts/Modify-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 博客主题改为 fluid
date: 2023-12-27 02:09:48
tags:
tags:
- hexo
- fluid
- deploy
Expand Down

0 comments on commit 26efb44

Please sign in to comment.