diff options
| author | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-08-08 21:30:23 +0800 |
|---|---|---|
| committer | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-08-08 21:30:23 +0800 |
| commit | bce6be90883b107285faa56acf0081b54daa3aa9 (patch) | |
| tree | 0893f99b5debe074f1596b6cfc6d3c86da34ca42 /layouts/home.html | |
Initialize personal website
Diffstat (limited to 'layouts/home.html')
| -rw-r--r-- | layouts/home.html | 8 |
1 files changed, 8 insertions, 0 deletions
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" }} + <article class="home-page" lang="en"> + <h1>{{ site.Title }}</h1> + <p class="home-intro">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 <a href="mailto:{{ site.Params.email }}">email</a>.</p> + {{ partial "primary-nav.html" . }} + {{ partial "recent.html" . }} + </article> +{{ end }} |
