Markdown 测试

注意
本文最后更新于 2023-02-26,文中内容可能已过时。

line break

FixIt is a clean, elegant but advanced blog theme for Hugo developed by Lruihao. It is based on the original LoveIt Theme, KeepIt Theme and LeaveIt Theme.

FixIt 是一个由 Lruihao 开发的简洁、优雅且高效的 Hugo 博客主题。它的原型基于 LoveIt 主题,KeepIt 主题 和 LeaveIt 主题。

table

表达式说明
0 0/5 * * * ?每隔 5 分钟执行一次
10 0/5 * * * ?每隔 5 分钟执行一次,每次执行都在分钟开始的 10 秒,例如 10:00:10、10:05:10 等等。
0 30 10-13 ? * WED,FRI每周三和每周五的 10:30、11:30、12:30、13:30 执行。
0 0/30 8-9 5,20 * ?每个月的 5 号和 20 号的 8 点和 10 点之间每隔 30 分钟执行一次,也就是 8:00、8:30、9:00 和 9:30。
0 15 10 ? * *每天上午 10:15 执行任务
0 15 10 * * ?每天上午 10:15 执行任务
0 0 12 * * ?每天中午 12:00 执行任务
0 0 10,14,16 * * ?每天上午 10:00 点、下午 14:00 以及下午 16:00 执行任务
0 0/30 9-17 * * ?每天上午 09:00 到下午 17:00 时间段内每隔半小时执行任务
0 * 14 * * ?每天下午 14:00 到下午 14:59 时间段内每隔 1 分钟执行任务
0 0-5 14 * * ?每天下午 14:00 到下午 14:05 时间段内每隔 1 分钟执行任务
0 0/5 14 * * ?每天下午 14:00 到下午 14:55 时间段内每隔 5 分钟执行任务
0 0/5 14,18 * * ?每天下午 14:00 到下午 14:55、下午 18:00 到下午 18:55 时间段内每隔 5 分钟执行任务
0 0 12 ? * WED每个星期三中午 12:00 执行任务
0 15 10 15 * ?每月 15 日上午 10:15 执行任务
0 15 10 L * ?每月最后一日上午 10:15 执行任务
0 15 10 ? * 6L每月最后一个星期六上午 10:15 执行任务
0 15 10 ? * 6#3每月第三个星期六上午 10:15 执行任务
0 10,44 14 ? 3 WED每年 3 月的每个星期三下午 14:10 和 14:44 执行任务

code

deleted line

🚚 Feat: migrate ibruce.siteTime to footer.siteTime

image

Hugo Theme FixIt

custom attribute

Enable custom attribute support for titles and blocks by adding attribute lists inside single curly brackets ({.myclass class="class1 class2" }) and placing it after the Markdown element it decorates, on the same line for titles and on a new line directly below for blocks.

hello world

foo
bar

  • Fruit
    • Apple
    • Orange
    • Banana
  • Dairy
    • Milk
    • Cheese
199
// ... code
0%