diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | static/now.txt | 8 |
2 files changed, 8 insertions, 3 deletions
@@ -7,6 +7,3 @@ /docs/IMPLEMENTATION.md /docs/ACCEPTANCE.md /docs/VISUAL_REVIEW.md - -# Local acceptance fixtures. Remove a line when replacing it with real content. -/static/now.txt diff --git a/static/now.txt b/static/now.txt new file mode 100644 index 0000000..d06b3db --- /dev/null +++ b/static/now.txt @@ -0,0 +1,8 @@ +Richard Qin -- now +================== + +Last updated: 2026-08-08 + +- Building the first local version of this personal site. +- Organizing Linux notes as long-lived, ordered documents. +- Keeping the publishing stack small and inspectable. |
