2024-12-16 23:06:33 +08:00

155 lines
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>悠猊记事簿</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.139.3">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="/ananke/css/main.min.css" >
<link href="/post/index.xml" rel="alternate" type="application/rss+xml" title="悠猊记事簿" />
<link href="/post/index.xml" rel="feed" type="application/rss+xml" title="悠猊记事簿" />
<link rel="canonical" href="http://localhost:1313/post/">
<meta property="og:url" content="http://localhost:1313/post/">
<meta property="og:site_name" content="悠猊记事簿">
<meta property="og:title" content="Posts">
<meta property="og:locale" content="zh_CN">
<meta property="og:type" content="website">
<meta itemprop="name" content="Posts">
<meta itemprop="datePublished" content="2024-12-07T18:55:37+08:00">
<meta itemprop="dateModified" content="2024-12-07T18:55:37+08:00">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Posts">
</head><body class="ma0 avenir bg-near-white development">
<header>
<div class="pb3-m pb6-l bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
悠猊记事簿
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/post/" title="Posts 页">
Posts
</a>
</li>
</ul>
<div class="ananke-socials"></div>
</div>
</div>
</nav>
<div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
Posts
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="pa3 pa4-ns nested-copy-line-height">
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
</section>
<aside class="flex-ns flex-wrap justify-around mt5">
<div class="relative w-100 w-30-l mb4 bg-white">
<div class="mb3 pa4 mid-gray overflow-hidden">
<div class="f6">
十二月 7, 2024
</div>
<h1 class="f3 near-black">
<a href="/post/my-first-post/" class="link black dim">
第一篇测试文档
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
<p>这是一篇<strong>测试文档</strong>,测试静态页面部署是否工作正常。下面测试格式。</p>
<h2 id="这是二级标题">这是二级标题</h2>
<p>测试语句</p>
<blockquote>
<p>日照香炉生紫烟,遥看瀑布挂前川。</p>
<p>飞流直下三千尺,疑是银河落九天。</p>
</blockquote>
<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-python" data-lang="python"><span style="display:flex;"><span>print(<span style="color:#e6db74">&#34;Hello World!&#34;</span>)
</span></span><span style="display:flex;"><span>os<span style="color:#f92672">.</span>exit(<span style="color:#ae81ff">0</span>)
</span></span></code></pre></div><h3 id="这是三级标题">这是三级标题</h3>
<p><em>This is an italic sentence.</em></p>
<h2 id="另一个二级标题">另一个二级标题</h2>
<p>【其他测试内容】<a href="https://www.baidu.com">百度</a></p>
</div>
<a href="/post/my-first-post/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">继续阅读</a>
</div>
</div>
</aside>
</article>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/" >
&copy; 悠猊记事簿 2024
</a>
<div><div class="ananke-socials"></div>
</div>
</div>
</footer>
</body>
</html>