summaryrefslogtreecommitdiff
path: root/content/projects
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 /content/projects
parentc4382c773aac6d00e9e93fc0fd07731807eda59a (diff)
Track Projects and Links content
Diffstat (limited to 'content/projects')
-rw-r--r--content/projects/_index.md15
1 files changed, 15 insertions, 0 deletions
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)