Skip to main content
Module

x/blog/blog.tsx>default

Minimal boilerplate blogging.
Go to Latest
function default
import { default } from "https://deno.land/x/blog@0.3.3/blog.tsx";

The main function of the library.

import blog, { ga } from "https://deno.land/x/blog/blog.tsx";

blog({
  title: "My Blog",
  description: "The blog description.",
  avatar: "./avatar.png",
  middlewares: [
    ga("GA-ANALYTICS-KEY"),
  ],
});

Parameters

optional
settings: BlogSettings