Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/blocks/types.ts>Site

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface Site
import { type Site } from "https://deno.land/x/blocks@1.75.0/types.ts";

Properties

id: number
name: string
optional
thumb_url: string
optional
github_repo_url: string
optional
created_from: Site
optional
domains: Array<{ domain: string; production: boolean; }>