init: hugo site with mytheme
This commit is contained in:
6
public/posts/hello-world/index.html
Normal file
6
public/posts/hello-world/index.html
Normal 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>"Hello, Hugo!"</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>
|
||||
Reference in New Issue
Block a user