summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard-Qin-X <richard.qin.001@gmail.com>2026-09-10 01:38:46 +0800
committerRichard-Qin-X <richard.qin.001@gmail.com>2026-09-10 01:38:46 +0800
commit0051027e181feced1150ce23a96a51adf2b18f7f (patch)
treec4dc01d186ebd6b70c34b83430212b59b9e878ba
parentc4382c773aac6d00e9e93fc0fd07731807eda59a (diff)
Track Projects and Links content
-rw-r--r--.gitignore2
-rw-r--r--content/links/_index.md27
-rw-r--r--content/projects/_index.md15
3 files changed, 42 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 33d4d46..84bb954 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,5 @@
/docs/VISUAL_REVIEW.md
# Local acceptance fixtures. Remove a line when replacing it with real content.
-/content/projects/_index.md
-/content/links/_index.md
/static/about.txt
/static/now.txt
diff --git a/content/links/_index.md b/content/links/_index.md
new file mode 100644
index 0000000..f7f082c
--- /dev/null
+++ b/content/links/_index.md
@@ -0,0 +1,27 @@
+---
+title: "LINKS"
+lang: en
+url: "/links/"
+description: "A small, annotated map of useful places on the web."
+license: CC-BY-SA-4.0
+---
+
+## Free software
+
+[Free Software Foundation](https://www.fsf.org/) promotes computer user freedom and supports the worldwide free software movement.
+
+[GNU Project](https://www.gnu.org/) develops the GNU operating system and publishes resources about free software.
+
+[Richard Stallman's personal site](https://stallman.org/) collects his writing, talks, and current notes.
+
+## Documentation
+
+[The Linux man-pages project](https://www.kernel.org/doc/man-pages/) documents the Linux kernel and C library interfaces. It is often the most direct source for details about system calls and file formats.
+
+[MDN Web Docs](https://developer.mozilla.org/) is a practical reference for the open web platform. Its HTML and accessibility material is useful even for deliberately small sites.
+
+## Independent web
+
+[IndieWeb](https://indieweb.org/) collects patterns for publishing on a domain you control. The wiki is broad, so I use it as a map of ideas rather than a checklist.
+
+[512KB Club](https://512kb.club/) highlights small websites and makes page weight visible. The constraint is a useful reminder that a document does not need a large application around it.
diff --git a/content/projects/_index.md b/content/projects/_index.md
new file mode 100644
index 0000000..3116646
--- /dev/null
+++ b/content/projects/_index.md
@@ -0,0 +1,15 @@
+---
+title: "PROJECTS"
+lang: en
+url: "/projects/"
+description: "Software and documentation projects by Richard Qin."
+license: CC-BY-SA-4.0
+---
+
+## rhomepage
+
+A document-first personal website that publishes each article as readable HTML and unchanged Markdown.
+
+- Technology: Hugo, HTML, CSS, POSIX shell
+- License: GPL-3.0-or-later
+- [source](https://codeberg.org/Richard-Qin/rhomepage)