<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Packs on ASW — Agentic Semantic Web</title>
    <link>https://asw.trentuna.com/docs/packs/</link>
    <description>Recent content in Packs on ASW — Agentic Semantic Web</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 11 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://asw.trentuna.com/docs/packs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Packs Overview</title>
      <link>https://asw.trentuna.com/docs/packs/overview/</link>
      <pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://asw.trentuna.com/docs/packs/overview/</guid>
      <description>&lt;p&gt;Packs are thin integration layers that connect ASW to a specific tool or pipeline. They do not add new CSS — they configure the tool so that its output maps to the semantic HTML that ASW already styles.&lt;/p&gt;&#xA;&lt;p&gt;The core &lt;code&gt;asw.css&lt;/code&gt; works with any HTML. Packs handle the glue: Hugo shortcodes, nginx config snippets, Pandoc templates, and so on. Use a pack when you want zero-configuration output from a supported tool, and skip it if you are generating HTML yourself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hugo Pack</title>
      <link>https://asw.trentuna.com/docs/packs/hugo/</link>
      <pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://asw.trentuna.com/docs/packs/hugo/</guid>
      <description>&lt;p&gt;The Hugo pack (&lt;code&gt;packs/hugo/&lt;/code&gt;) is a complete Hugo theme built on ASW. It maps Hugo&amp;rsquo;s Markdown pipeline to semantic HTML that ASW styles automatically. This documentation site is built with it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;setup&#34;&gt;Setup&lt;/h2&gt;&#xA;&lt;p&gt;Symlink or copy &lt;code&gt;packs/hugo/&lt;/code&gt; into your Hugo project&amp;rsquo;s &lt;code&gt;themes/&lt;/code&gt; directory, then set &lt;code&gt;theme = &amp;quot;asw-hugo&amp;quot;&lt;/code&gt; in &lt;code&gt;hugo.toml&lt;/code&gt;. Enable unsafe HTML rendering so that raw HTML blocks in Markdown pass through:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-toml&#34; data-lang=&#34;toml&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;markup&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;goldmark&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;renderer&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nx&#34;&gt;unsafe&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;true&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;markup&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;tableOfContents&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nx&#34;&gt;startLevel&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nx&#34;&gt;endLevel&lt;/span&gt;   &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;3&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nx&#34;&gt;ordered&lt;/span&gt;    &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;false&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The pack provides layouts for &lt;code&gt;docs&lt;/code&gt;, &lt;code&gt;blog&lt;/code&gt;, and default page types. No additional configuration is required for basic use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>nginx Pack</title>
      <link>https://asw.trentuna.com/docs/packs/nginx/</link>
      <pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://asw.trentuna.com/docs/packs/nginx/</guid>
      <description>&lt;p&gt;The nginx pack (&lt;code&gt;packs/nginx/&lt;/code&gt;) provides ready-to-use server block snippets for static sites built with ASW. The snippets handle correct MIME types for &lt;code&gt;.css&lt;/code&gt; files, cache headers, and clean URL rewrites so that &lt;code&gt;page/&lt;/code&gt; serves &lt;code&gt;page/index.html&lt;/code&gt; without explicit extensions.&lt;/p&gt;&#xA;&lt;p&gt;Drop the relevant snippet into your nginx &lt;code&gt;conf.d/&lt;/code&gt; directory and adjust the &lt;code&gt;root&lt;/code&gt; path to point at your built site. No changes to ASW itself are required — the pack is purely a deployment convenience.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pandoc Pack</title>
      <link>https://asw.trentuna.com/docs/packs/pandoc/</link>
      <pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://asw.trentuna.com/docs/packs/pandoc/</guid>
      <description>&lt;p&gt;The Pandoc pack (&lt;code&gt;packs/pandoc/&lt;/code&gt;) contains an HTML5 template that wraps Pandoc output in the document structure ASW expects. Run Pandoc with &lt;code&gt;--template asw.html5&lt;/code&gt; and the resulting file is styled by &lt;code&gt;asw.css&lt;/code&gt; with no further changes.&lt;/p&gt;&#xA;&lt;p&gt;This is particularly useful for converting Markdown, DOCX, or LaTeX source to a consistently styled HTML output — for example, generating agent reports, documentation pages, or meeting notes from plain-text inputs.&lt;/p&gt;&#xA;&lt;p&gt;Stub — template reference and usage examples will be added here.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
