/Knowledge/sources/honojs__hono/llms-full/ssg-helper-plugins-advanced-plugin-example--part-02--5d9f0ee6177c.md
SSG Helper: Plugins > Advanced Plugin Example (part 02) - hono-docs
SSG Helper: Plugins Advanced Plugin Example (part 02) Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt...
SSG Helper: Plugins > Advanced Plugin Example (part 02)
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#advanced-plugin-example
Summary
ts import app from './index' import { toSSG } from 'hono/ssg' import { sitemapPlugin } from './plugins' toSSG(app, fs, { plugins: [ getOnlyPlugin, statusFilterPlugin, logFilesPlugin, sitemapPlugin('https://example.com'), ], })
Content
import app from './index'
import { toSSG } from 'hono/ssg'
import { sitemapPlugin } from './plugins'
toSSG(app, fs, {
plugins: [
getOnlyPlugin,
statusFilterPlugin,
logFilesPlugin,
sitemapPlugin('https://example.com'),
],
})
Metadata
{
"chunk_index": 1,
"citation": "https://hono.dev/llms-full.txt#advanced-plugin-example",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / SSG Helper > Plugins > Advanced Plugin Example (2)",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 761,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "SSG Helper: Plugins > Advanced Plugin Example (part 02)",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}