TileDown

Default Article Style

A publication-style post that demonstrates hero imagery, metadata, tags, and social sharing.

This article is a demo of the standard post treatment: title, date, summary, theme-aware hero image, tag chips, readable body copy, and optional share links.

TileDown keeps that presentation in the generated site layer, so authors write content once and the site applies the house style consistently.

A default article should make the writing feel intentional before the author touches custom layout.

What this page proves

ElementPurpose
Hero imageProvides a strong visual lead in light and dark themes
Article metadataShows date and tags without manual markup
Share linksUses the site option instead of per-post HTML
Body rhythmExercises paragraphs, tables, quotes, and headings

Site option

Social share links are enabled once in `tiledown.yml` and appear on published article pages.

The goal is a default article format that is good enough for launch notes, technical essays, and product updates without custom templates.

View Markdown source
index.md
---
title: Default Article Style
date: 2026-06-01
description: A publication-style post that demonstrates hero imagery, metadata, tags, and social sharing.
tags: Articles, Design, Sharing
image: /assets/post-article.svg
imageDark: /assets/post-article-dark.svg
---
# Default Article Style

This article is a demo of the standard post treatment: title, date, summary,
theme-aware hero image, tag chips, readable body copy, and optional share links.

TileDown keeps that presentation in the generated site layer, so authors write
content once and the site applies the house style consistently.

> A default article should make the writing feel intentional before the author
> touches custom layout.

## What this page proves

| Element | Purpose |
|:---|:---|
| Hero image | Provides a strong visual lead in light and dark themes |
| Article metadata | Shows date and tags without manual markup |
| Share links | Uses the site option instead of per-post HTML |
| Body rhythm | Exercises paragraphs, tables, quotes, and headings |

:::tile callout
title: Site option
body: Social share links are enabled once in `tiledown.yml` and appear on published article pages.
:::

The goal is a default article format that is good enough for launch notes,
technical essays, and product updates without custom templates.