💄 Add post expired tip features.
This commit is contained in:
@@ -4,7 +4,7 @@ description: "在新版本Hugo框架中添加了对blockquote样式渲染,支
|
||||
keywords: "hugo,block,quote"
|
||||
|
||||
date: 2025-01-02T16:08:02+08:00
|
||||
lastmod: 2025-01-02T16:08:02+08:00
|
||||
lastmod: 2025-01-02T19:08:02+08:00
|
||||
|
||||
categories:
|
||||
- 示例文章
|
||||
@@ -15,6 +15,7 @@ tags:
|
||||
|
||||
url: "demo/hugo-blockquote.html"
|
||||
toc: true
|
||||
expired: true
|
||||
---
|
||||
|
||||
过去 `HugoNexT` 主题都是通过自定义短语来实现块信息的标注,近期发现 `Hugo` 从[v0.134.0](https://github.com/gohugoio/hugo/releases/tag/v0.134.0)版本开始便是可以支持通过hook方式渲染Markdown文档中的Blockquote样式(需要自己实现),实现类似Github的警告风格样式。于是便在 `HugoNexT` 主题中添加7种不同风格供用户可选择使用,还可以自定义图标与颜色配置。
|
||||
|
||||
Reference in New Issue
Block a user