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

x/none/none.tsx>default

Minimal boilerplate blogging.
Go to Latest
function default
import { default } from "https://deno.land/x/none@v0.0.2/none.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