blob: 4c3d3c2012c935714142bc87207d513d0a8b1cd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
---
title: "A Small Place on the Open Web"
slug: "a-small-place-on-the-open-web"
lang: en
created: 2026-07-21
updated: 2026-07-21
description: "Why a personal website can remain small, linkable, and useful."
license: CC-BY-SA-4.0
---
A personal website can be a stable collection of documents with understandable URLs.
> A useful page makes sense when opened directly, followed from a link, or read years later.
## Small pieces
The site depends on a short stack:
| Layer | Responsibility |
| --- | --- |
| Markdown | Source documents |
| Hugo | Build-time rendering |
| HTML and CSS | Reading and navigation |
Each layer has a focused role. Markdown keeps the source readable, Hugo turns it into static pages, and HTML and CSS give every document clear structure and presentation.
The browser receives each document directly and makes its built-in features available to the reader.
## Durable links
Readable URLs are a small courtesy to people and programs. They support citation, reveal document structure, and give each page a durable address.
Stable paths help individual documents participate in the wider web. Bookmarks, citations, feeds, and source links can all refer to the same page over time.
## Steady growth
Regular additions turn a small site into a personal archive. Journal entries capture moments and observations. Notes gather durable technical knowledge. A consistent structure lets the collection grow naturally.
Each revision strengthens a document and gives readers a current version at the same address. Pages, feeds, and source files together record the site's continuing history.
|