Audio and Video

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: {{/*< 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. ...

April 11, 2026 · 2 min · Theme PaperMod
A sample cover image

Cover Image

This is a test page to verify that the cover image is displayed correctly in Hugo.

April 11, 2026 · 1 min · Theme PaperMod

Markdown Headings

Heading 1 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. ...

June 1, 2024 · 4 min · Theme PaperMod