---
name: Handwritten Danieljanus Pl
description: "Worth including as a radical counter-example to modern web design complexity—proves that handwritten typography and extreme minimalism can create a distinctive and memorable reading experience."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#000000"
  line: "rgba(0,0,0,1.0)"

typography:
  display:
    fontFamily: handwritten-cursive
    fontSize: 48px
    lineHeight: 1.2
    fontWeight: 400
    letterSpacing: "0px"
  body:
    fontFamily: handwritten-print
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "0px"

rounded:
  sm: 0px
  md: 0px
  lg: 0px
  pill: 0px

spacing:
  xs: 4px
  sm: 8px
  md: 16px
  lg: 24px
  xl: 32px
  2xl: 48px
  3xl: 64px

---

## Overview

A minimalist personal blog featuring technical articles presented in a distinctive handwritten typography.

*A personal engineering notebook digitized for the web.*

## Colors

Absolute minimalism with strict monochromatic palette for maximum readability and focus.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#000000`)** — uses `ink` token
- **Borders (`rgba(0,0,0,1.0)`)** — uses `line` token

## Typography

- **Display:** handwritten-cursive
- **Body:** handwritten-print

- All text rendered in Times New Roman as the base system font.
- Display text uses a cursive handwritten style for titles.
- Body text uses a printed handwriting style for readability.

## Layout

Single-column centered layout with generous margins, optimized for reading comfort.

*Rhythm:* Generous vertical spacing between sections creates a relaxed, readable flow appropriate for long-form content.

## Elevation & Depth

- Borders: No visible borders; separation achieved purely through whitespace and typography scale.

## Shapes

- `sm`: 0px
- `md`: 0px
- `lg`: 0px
- `pill`: 0px

## Components

- **button:** Standard browser-default links with blue color (#0000EE), no custom styling.
- **card:** No card components; content flows as a continuous document.
- **chip:** No chip components present.
- **input:** No input components visible.
- **hero:** Minimal text-only hero featuring the site title in large handwritten cursive typography.

## Do's and Don'ts

**Don't:**
- Don't use sans-serif fonts — screenshot shows handwritten typography throughout.
- Don't add colorful accents or gradients — screenshot shows strict black-and-white palette.
- Don't implement card-based layouts or visual containers — screenshot shows pure whitespace separation.
- Don't use shadow effects or depth cues — screenshot shows completely flat, borderless design.
- Don't add navigation bars, sidebars, or complex UI chrome — screenshot shows minimal single-column layout.
- Don't use custom link styling beyond browser defaults — screenshot shows standard blue underlined links.
- Don't introduce animations or micro-interactions — screenshot shows completely static presentation.

---

## System Prompt (paste into AI agent)

```
This is a minimalist personal developer blog with an intentionally handwritten aesthetic. The site uses a strict monochromatic palette of pure white (#FFFFFF) background with black (#000000) text, with the only color being default browser blue links (#0000EE). Typography is entirely handwritten-style with Times New Roman as the base system font, creating an authentic notebook feel. The layout is a single centered column (800px max width) with generous whitespace and no visual chrome—no cards, shadows, borders, or decorative elements. Key donts: never add colorful accents or gradients, never use sans-serif typefaces, never add shadows or depth effects, never implement complex navigation UI, never use card-based layouts, and never introduce animations. The writing voice is personal and technically detailed. This site is worth including as an example of radical minimalism in web design, proving that compelling content can exist without visual complexity.
```
