<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Shortcode on Den's Hub: Technology Solutions, Guides and Best Practices</title><link>https://denshub.com/en/tags/shortcode/</link><description>Recent content in Shortcode on Den's Hub: Technology Solutions, Guides and Best Practices</description><generator>Hugo</generator><language>en</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.</copyright><lastBuildDate>Tue, 20 Jan 2026 10:00:00 +0200</lastBuildDate><atom:link href="https://denshub.com/en/tags/shortcode/index.xml" rel="self" type="application/rss+xml"/><item><title>Hugo Shortcode for Interactive Tables from CSV Files</title><link>https://denshub.com/en/hugo-csv-table-shortcode/</link><pubDate>Tue, 20 Jan 2026 10:00:00 +0200</pubDate><guid>https://denshub.com/en/hugo-csv-table-shortcode/</guid><description>&lt;p&gt;If you&amp;rsquo;ve ever tried to display tabular data on a Hugo site, you know how quickly things go sideways. Say you have a perfectly good CSV file with app rankings, price comparisons, or benchmark results. To turn it into a nice table on the page, you&amp;rsquo;ll either have to wrestle with Markdown markup or write HTML by hand. Both options are mediocre, and both scale poorly.&lt;/p&gt;
&lt;p&gt;I ran into this often enough that I eventually built a proper tool, a shortcode called &lt;code&gt;csv-table&lt;/code&gt;. You point it at a CSV file and get a styled, sortable, responsive HTML table. One line in your content, zero manual markup.&lt;/p&gt;</description></item></channel></rss>