Home

This page is written in markdown and rendered as html using the @now/md builder.

The builder runs once so this static deployment will load instantly each page load!

Visit the about page or keep reading.

Ordered Lists

  1. First Item
  2. Next Item
  3. Last Item

Unordered Lists

Task Lists

Quotes

One of my favorite quotes is

"Don't quote me on that"

Code Snippets

function deploy(name: string) {
    console.log(`Deploying ${name}...`);
}

Images

zeit logo

Hyperlinks

Visit ZEIT Now to create your global serverless deployments!

Read more about deploying markdown with the @now/md builder.