Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
httk-web documentation
httk-web documentation

Documentation

  • Reference
    • httk.web
      • httk.web.api
      • httk.web.compat
      • httk.web.engine
        • httk.web.engine.discovery
        • httk.web.engine.site_engine
      • httk.web.functions
        • httk.web.functions.python_module
      • httk.web.model
        • httk.web.model.config
        • httk.web.model.errors
        • httk.web.model.page
        • httk.web.model.request
      • httk.web.publishing
        • httk.web.publishing.static
      • httk.web.renderers
        • httk.web.renderers.base
        • httk.web.renderers.html
        • httk.web.renderers.httkweb_compat
        • httk.web.renderers.markdown
        • httk.web.renderers.rst
      • httk.web.runtime
        • httk.web.runtime.asgi
        • httk.web.runtime.devserver
      • httk.web.templating
        • httk.web.templating.base
        • httk.web.templating.httk_compat
        • httk.web.templating.jinja2_engine
  • How It Works
  • Apache Deployment (ASGI)
  • Nginx Deployment (ASGI)
  • Migration: Legacy Templates to Jinja2
  • Site Template Repository
  • API Reference
    • httk.web
      • httk.web.api
      • httk.web.compat
      • httk.web.engine
        • httk.web.engine.discovery
        • httk.web.engine.site_engine
      • httk.web.functions
        • httk.web.functions.python_module
      • httk.web.model
        • httk.web.model.config
        • httk.web.model.errors
        • httk.web.model.page
        • httk.web.model.request
      • httk.web.publishing
        • httk.web.publishing.static
      • httk.web.renderers
        • httk.web.renderers.base
        • httk.web.renderers.html
        • httk.web.renderers.httkweb_compat
        • httk.web.renderers.markdown
        • httk.web.renderers.rst
      • httk.web.runtime
        • httk.web.runtime.asgi
        • httk.web.runtime.devserver
      • httk.web.templating
        • httk.web.templating.base
        • httk.web.templating.httk_compat
        • httk.web.templating.jinja2_engine
Back to top
View this page

httk.web.publishing.static¶

Attributes¶

CONTENT_EXTENSIONS

Functions¶

publish_site(→ httk.web.model.page.PublishReport)

Module Contents¶

httk.web.publishing.static.CONTENT_EXTENSIONS: set[str][source]¶
httk.web.publishing.static.publish_site(*, engine: httk.web.engine.site_engine.SiteEngine, outdir: str | pathlib.Path) → httk.web.model.page.PublishReport[source]¶
Next
httk.web.renderers
Previous
httk.web.publishing
Copyright © 2026, The httk-web AUTHORS
Made with Sphinx and @pradyunsg's Furo
On this page
  • httk.web.publishing.static
    • Attributes
    • Functions
    • Module Contents
      • CONTENT_EXTENSIONS
      • publish_site()