diff options
| author | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-09-10 01:13:04 +0800 |
|---|---|---|
| committer | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-09-10 01:13:04 +0800 |
| commit | fe3af153ef887f1833022f020db6cb6dece3e72d (patch) | |
| tree | 94bdb4a7c7aac083636e19ce2c8a1afbc9a2cfd6 /content/journal | |
| parent | 99fda34a7aa73fcfb71243e76f6f06e37535649c (diff) | |
Add journal about the open web
Diffstat (limited to 'content/journal')
| -rw-r--r-- | content/journal/2026/07/a-small-place-on-the-open-web/index.md | 39 |
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. |
