Skip to main content
Module

x/blog/testdata/my_blog.ts

Minimal boilerplate blogging.
Go to Latest
File
import blog from "../blog.tsx";
blog({ author: "Dino", title: "My Blog", description: "The blog description.", avatar: "https://deno-avatar.deno.dev/avatar/blog.svg", avatarClass: "rounded-full", background: "#f9f9f9", links: [ { title: "bot@deno.com", url: "mailto:bot@deno.com" }, { title: "GitHub", url: "https://github.com/denobot" }, { title: "Twitter", url: "https://twitter.com/denobot" }, ],});