Social-Icons / Share-Icons

List of all Icons supported by PaperMod

January 20, 2021 路 2 min 路 Aditya Telange

Variables | Front Matter

List of Front Matter variables used by PaperMod

January 20, 2021 路 6 min 路 Aditya Telange

Audio and Video

In this post, we鈥檒l 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鈥檚 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