From bce6be90883b107285faa56acf0081b54daa3aa9 Mon Sep 17 00:00:00 2001 From: Richard-Qin-X Date: Sat, 8 Aug 2026 21:30:23 +0800 Subject: Initialize personal website --- layouts/home.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/home.html (limited to 'layouts/home.html') diff --git a/layouts/home.html b/layouts/home.html new file mode 100644 index 0000000..c93aafb --- /dev/null +++ b/layouts/home.html @@ -0,0 +1,8 @@ +{{ define "main" }} +
+

{{ site.Title }}

+

I'm an undergraduate at the School of Information, Renmin University of China, and a free software advocate. My current interests are MLSys, compilers, and operating systems. You can reach me by email.

+ {{ partial "primary-nav.html" . }} + {{ partial "recent.html" . }} +
+{{ end }} -- cgit v1.2.3