Rebuild site with Hugo: unified dark theme, SVG logo, data-driven content

This commit is contained in:
2026-07-08 16:14:01 +08:00
parent 0eaec96b68
commit 1214e48733
47 changed files with 1169 additions and 2766 deletions
+11
View File
@@ -0,0 +1,11 @@
{{ define "body" }}
<section class="error-page">
<div class="error-content">
<img src="{{ .Site.Params.logo }}" alt="Logo" class="error-logo" width="120" height="120">
<h1>404</h1>
<p>请求的页面未找到</p>
<p class="error-hint">请检查 URL 是否正确</p>
<a href="/" class="btn btn-primary">返回主页</a>
</div>
</section>
{{ end }}