🐛 Fixed #158 Rollback animate style to old version.
This commit is contained in:
@@ -26,4 +26,4 @@ Continuing the classic black-and-white color scheme of `NexT`, it maintains simp
|
||||
> [!INFO]
|
||||
> Chinese's users can also join the QQ group for communication: 604710815
|
||||
|
||||
{{< music server="netease" type="playlist" id="1982066521" list-max-height="140" >}}
|
||||
{{< music url="/music/sky.mp3" name="City of the Sky" artist="Hayao Miyazaki" cover="/music/gongqijun.jpg" autoplay="true" >}}
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
title: "关于 Hugo NexT 组织"
|
||||
description: "Hugo NexT 组织介绍说明。"
|
||||
|
||||
date: 2022-06-09T20:12:52+08:00
|
||||
lastmod: 2022-06-09T20:12:52+08:00
|
||||
@@ -27,4 +26,4 @@ url: about.html
|
||||
> [!INFO]
|
||||
> 同时国内用户也可加入 QQ 群交流: 604710815
|
||||
|
||||
{{< music server="netease" type="playlist" id="1982066521" list-max-height="140" >}}
|
||||
{{< music url="/music/sky.mp3" name="天空之城" artist="宫崎骏" cover="/music/gongqijun.jpg" autoplay="true" >}}
|
||||
@@ -63,37 +63,37 @@ Actual effect:
|
||||
|
||||
### Default Header without icon
|
||||
|
||||
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
|
||||
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||
{{< /note >}}
|
||||
|
||||
{{< note default >}}
|
||||
### Default Header
|
||||
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
|
||||
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||
{{< /note >}}
|
||||
|
||||
{{< note primary >}}
|
||||
### Primary Header
|
||||
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
|
||||
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||
{{< /note >}}
|
||||
|
||||
{{< note info >}}
|
||||
### Info Header
|
||||
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
|
||||
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||
{{< /note >}}
|
||||
|
||||
{{< note success >}}
|
||||
### Success Header
|
||||
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
|
||||
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||
{{< /note >}}
|
||||
|
||||
{{< note warning >}}
|
||||
### Warning Header
|
||||
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
|
||||
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||
{{< /note >}}
|
||||
|
||||
{{< note danger >}}
|
||||
### Danger Header
|
||||
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
|
||||
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||
{{< /note >}}
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@ Based on [Player](https://github.com/DIYgod/APlayer) And [MatingJS](https://gith
|
||||
{{</* music server="netease" type="playlist" id="1982066521" list-max-height="140" */>}}
|
||||
```
|
||||
|
||||
{{< music server="netease" type="playlist" id="1982066521" list-max-height="140px" >}}
|
||||
{{< music server="netease" type="playlist" id="1982066521" list-max-height="140" >}}
|
||||
|
||||
### Customize music source
|
||||
|
||||
|
||||
@@ -141,7 +141,8 @@ toc: true
|
||||
{{</* music server="netease" type="playlist" id="1982066521" list-max-height="140" */>}}
|
||||
```
|
||||
|
||||
{{< music server="netease" type="playlist" id="1982066521" list-max-height="140px" >}}
|
||||
{{< music server="netease" type="playlist" id="1982066521" list-max-height="140" >}}
|
||||
|
||||
### 自定义音乐源
|
||||
|
||||
```markdown
|
||||
|
||||
@@ -1189,11 +1189,10 @@ params:
|
||||
enable: true
|
||||
async: true
|
||||
transition:
|
||||
# All available transition variants: https://theme-next.js.org/animate/
|
||||
postBlock: fadeIn
|
||||
postHeader: fadeInDown
|
||||
postBody: fadeInDown
|
||||
collHeader: fadeInLeft
|
||||
collHeader: slideInRight
|
||||
# 侧边样效果 只有在 Pisces | Gemini 模式下才支持
|
||||
# Only for Pisces | Gemini.
|
||||
sidebar: fadeInUp
|
||||
|
||||
Reference in New Issue
Block a user