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
+14
View File
@@ -0,0 +1,14 @@
{{ define "body" }}
<section class="page-hero" style="--accent: #f44336">
<h1>{{ .Title }}</h1>
<p class="subtitle">{{ .Description }}</p>
</section>
<section class="page-content container">
<div class="xag-intro">
<img src="{{ .Site.Params.logo }}" alt="XAGuarder" class="xag-logo" width="120" height="120">
<h2>XAGuarder</h2>
<p>先占个位,XAGuarder 还要一段时间才能上线。当前已具备 IP、域名拦截能力。</p>
<a href="/xaguarder/warning/" class="btn btn-accent">查看拦截页面预览</a>
</div>
</section>
{{ end }}