Getting Started with ASW-Hugo

How to set up the ASW-Hugo pack in your Hugo project.

Getting Started with ASW-Hugo

The ASW-Hugo pack is a theme that outputs Agentic Semantic Web semantic HTML from your Hugo Markdown content.

Installation

  1. Copy or symlink packs/hugo/ from the ASW repo:

    ln -s /path/to/agentic-semantic-web/packs/hugo/ themes/asw-hugo
    
  2. Set theme = "asw-hugo" in your hugo.toml.

  3. Add tag taxonomy:

    [taxonomies]
      tag = "tags"
    
  4. Wire ASW CSS:

    cp /path/to/agentic-semantic-web/agentic.css \
       themes/asw-hugo/static/css/asw.css
    
  5. Build:

    hugo
    

What you get