test2

In this post, we’ll explore how to embed audio and video content in your Hugo site using both shortcodes and HTML. This allows you to enhance your content with multimedia elements, making it more engaging for your audience. Embedding Audio To embed audio in your Hugo site, you can use the built-in audio shortcode. Here’s an example of how to use it 哈哈: 1 {{/*< audio src="/path/to/your/audiofile.mp3" >*/}} Make sure to replace /path/to/your/audiofile.mp3 with the actual path to your audio file. This shortcode will generate an audio player that allows visitors to play the audio directly on your site. ...

2026年4月12日 · 2 分钟

test

In this post, we’ll explore how to embed audio and video content in your Hugo site using both shortcodes and HTML. This allows you to enhance your content with multimedia elements, making it more engaging for your audience. 1 2 3 4 5 6 func (l *RWLock) Read() { l.mu.RLock() _ = l.count time.Sleep(cost) l.mu.RUnlock() } sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts <br/>prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good! flowchart TD A[开始] --> B{是否有数据} B -- 是 --> C[处理数据] B -- 否 --> D[等待] C --> E[结束] D --> B In this post, we’ll explore how to embed audio and video content in your Hugo site using both shortcodes and HTML. This allows you to enhance your content with multimedia elements, making it more engaging for your audience. ...

2026年4月11日 · 2 分钟