From 0051027e181feced1150ce23a96a51adf2b18f7f Mon Sep 17 00:00:00 2001 From: Richard-Qin-X Date: Thu, 10 Sep 2026 01:38:46 +0800 Subject: Track Projects and Links content --- .gitignore | 2 -- content/links/_index.md | 27 +++++++++++++++++++++++++++ content/projects/_index.md | 15 +++++++++++++++ 3 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 content/links/_index.md create mode 100644 content/projects/_index.md 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) -- cgit v1.2.3