summaryrefslogtreecommitdiff
path: root/content/journal/2026/07/a-small-place-on-the-open-web/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/journal/2026/07/a-small-place-on-the-open-web/index.md')
-rw-r--r--content/journal/2026/07/a-small-place-on-the-open-web/index.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/content/journal/2026/07/a-small-place-on-the-open-web/index.md b/content/journal/2026/07/a-small-place-on-the-open-web/index.md
new file mode 100644
index 0000000..4c3d3c2
--- /dev/null
+++ b/content/journal/2026/07/a-small-place-on-the-open-web/index.md
@@ -0,0 +1,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.