init: hugo site with mytheme

This commit is contained in:
Ubuntu
2026-04-13 13:51:02 +08:00
commit e9b2dca47b
30 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<!doctype html><html lang=zh-CN data-theme=dark><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Hello World - 茶凉小记</title>
<link rel=preconnect href=https://fonts.googleapis.com><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap" rel=stylesheet><link rel=stylesheet href=/css/main.css></head><body><header class=site-header><div class=header-inner><a href=/ class=site-title>茶凉小记</a><nav class=site-nav><a href=/>首页</a>
<a href=/posts/>归档</a>
<a href=/categories/>分类</a>
<a href=/tags/>标签</a></nav></div></header><main class=main-content><article class=post-single><h1 class=post-title>Hello World</h1><div class=post-meta>2026-04-13 · [随笔]</div><div class=post-content><p>欢迎来到茶凉小记!这是一个用 Hugo 搭建的静态博客。</p><h2 id=关于这个博客>关于这个博客</h2><p>这里记录技术、生活与想法。</p><div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-javascript data-lang=javascript><span style=display:flex><span><span style=color:#a6e22e>console</span>.<span style=color:#a6e22e>log</span>(<span style=color:#e6db74>&#34;Hello, Hugo!&#34;</span>);
</span></span></code></pre></div><blockquote><p>简单、纯粹、持久。</p></blockquote></div></article></main><footer class=site-footer><div class=footer-inner><p>© 2026 茶凉小记</p><p><a href=https://beian.miit.gov.cn target=_blank>浙ICP备2023002438号</a></p></div></footer></body></html>

5
public/posts/index.html Normal file
View File

@@ -0,0 +1,5 @@
<!doctype html><html lang=zh-CN data-theme=dark><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Posts - 茶凉小记</title>
<link rel=preconnect href=https://fonts.googleapis.com><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap" rel=stylesheet><link rel=stylesheet href=/css/main.css></head><body><header class=site-header><div class=header-inner><a href=/ class=site-title>茶凉小记</a><nav class=site-nav><a href=/>首页</a>
<a href=/posts/>归档</a>
<a href=/categories/>分类</a>
<a href=/tags/>标签</a></nav></div></header><main class=main-content><div class=post-list><h1 class=list-title>Posts</h1><div class=post-card><h2><a href=/posts/hello-world/>Hello World</a></h2><div class=post-meta>2026-04-13 · [随笔]</div><p class=post-summary>茶凉小记的第一篇文章</p></div></div></main><footer class=site-footer><div class=footer-inner><p>© 2026 茶凉小记</p><p><a href=https://beian.miit.gov.cn target=_blank>浙ICP备2023002438号</a></p></div></footer></body></html>

3
public/posts/index.xml Normal file
View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on 茶凉小记</title><link>https://ziven1220.ac.cn/posts/</link><description>Recent content in Posts on 茶凉小记</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Mon, 13 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ziven1220.ac.cn/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Hello World</title><link>https://ziven1220.ac.cn/posts/hello-world/</link><pubDate>Mon, 13 Apr 2026 00:00:00 +0000</pubDate><guid>https://ziven1220.ac.cn/posts/hello-world/</guid><description>欢迎来到茶凉小记!这是一个用 Hugo 搭建的静态博客。
关于这个博客 这里记录技术、生活与想法。
console.log(&amp;#34;Hello, Hugo!&amp;#34;); 简单、纯粹、持久。</description></item></channel></rss>

View File

@@ -0,0 +1,2 @@
<!doctype html><html lang=zh-CN><head><title>https://ziven1220.ac.cn/posts/</title>
<link rel=canonical href=https://ziven1220.ac.cn/posts/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://ziven1220.ac.cn/posts/"></head></html>