Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
penglei committed Dec 23, 2024
1 parent 2c7ec7d commit f6155b1
Show file tree
Hide file tree
Showing 34 changed files with 1,180 additions and 184 deletions.
8 changes: 4 additions & 4 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="renderer" content="webkit" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#f8f5ec" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-status-bar-style" content="#f8f5ec" />

<meta name="generator" content="" />
<meta name="description" content="" />
Expand Down Expand Up @@ -83,8 +83,8 @@
</ul>
<p>这个静态博客主要是用 <a href="https://shakebuild.com/">Shake</a> + <a
href="https://pandoc.org/">Pandoc</a> 实现的,以前尝试过
Hexo、Hugo、Hakyll 等 SSG,
不满足于这些工具部署的复杂性,功能冗余却无法完全定制,遂造轮子,同时在实践中学习
Hexo、Hugo、Hakyll 等
SSG,不满足于这些工具部署的复杂性,功能冗余却无法完全定制,遂造轮子,同时在实践中学习
Haskell。</p></div>
</div>
</main>
Expand Down
16 changes: 13 additions & 3 deletions archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="renderer" content="webkit" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#f8f5ec" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-status-bar-style" content="#f8f5ec" />

<meta name="generator" content="" />
<meta name="description" content="" />
Expand Down Expand Up @@ -70,7 +70,7 @@ <h1>⭐Archive</h1>
<div class="archive-group">
<h2 class="entry-header">
<span>2024</span>
<sup class="archive-count">1</sup>
<sup class="archive-count">2</sup>
</h2>
<div class="archive-posts">
<article class="post-entry">
Expand All @@ -83,6 +83,16 @@ <h2><a class="entry-link" href="/posts/neovim-keymap-design/">neovim 键位配
</p>
</footer>
</article>
<article class="post-entry">
<header class="entry-header">
<h2><a class="entry-link" href="/posts/install-nixos/">NixOS安装笔记</a></h2>
</header>
<footer class="entry-footer">
<span class="date" title="Jan 24 2024">Jan 24 2024 </span>
<p class="meta-tags">
</p>
</footer>
</article>
</div>
</div>
<div class="archive-group">
Expand Down
4 changes: 2 additions & 2 deletions assets/css/asciidoctor/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

.doc pre {
font-size: calc(16 / var(--rem-base) * 1rem);
line-height: 1.5;
line-height: 1em;
margin: 0;
}

Expand Down Expand Up @@ -497,7 +497,7 @@
.doc ol,
.doc ul {
margin: 0;
padding: 0 0 0 2rem;
padding: 0 0 0 .5rem;
}

.doc ul.checklist,
Expand Down
1 change: 1 addition & 0 deletions assets/css/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,3 +372,4 @@ img.in-text {
display: inline;
margin: auto;
}

Loading

0 comments on commit f6155b1

Please sign in to comment.