← All posts
Hello world! - Welcome to ADANK
A quick tour of our new blog: how it is built, how it looks, and how to write your first post in Markdown.
Hello, world
Welcome to adank.ca — a small, fast blog that runs entirely on a single Cloudflare Worker. No servers to babysit, deployed to hundreds of cities in seconds.
Why we built it this way
- Markdown-first. Every post is written in Markdown and stored as its source of truth. What you write is what readers get.
- Fast everywhere. The public site is server-rendered HTML, so people, bots, and AI crawlers all get clean, readable content.
- Simple to run. Authors sign in with their
@adank.caemail through Cloudflare Access. No passwords to manage.
Markdown, rendered nicely
You can use everything you would expect:
Blockquotes for the important bits.
Ordered and unordered lists, bold, italics, and inline code. Code blocks get syntax highlighting:
export default {
async fetch(request) {
return new Response("Hello from the edge!");
},
};
Images
Drop an image into the editor and it is uploaded to storage, then referenced like any Markdown image.
Who writes here
Head to any author name to see their profile bio and every post they have written. This is post #1 - go write #2!
Danayel Lemaire-Marchand
Founder & Editor
See all posts by Danayel Lemaire-Marchand →