Skip to content

Commit

Permalink
Deployed fdd6573 with MkDocs version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoxining committed Jan 7, 2025
1 parent fd9bd91 commit 89650b1
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 33 deletions.
77 changes: 45 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2031,58 +2031,71 @@ <h1 id="mini-babel-library">🏛️ Mini-Babel Library</h1>
<h2 id="content-shortcut">🛗 Content Shortcut</h2>
<div class="admonition note inline">
<p class="admonition-title">💻 Computer Science</p>
<p><div>
<h3>✨ Selection</h3>
-
<h3>🆕 Updates</h3>
-
<p><div class="container">
<div class="column">
<h3>✨ Selection</h3>
-
</div>
<div class="column">
<h3>🆕 Updates</h3>
-
</div>
</div></p>
</div>
<div class="admonition tip inline">
<p class="admonition-title">🌳 Linguistics</p>
<p><div>
<h3>✨ Selection</h3>
-
<h3>🆕 Updates</h3>
-
<p><div class="container">
<div class="column">
<h3>✨ Selection</h3>
-
</div>
<div class="column">
<h3>🆕 Updates</h3>
-
</div>
</div></p>
</div>
<div class="admonition example inline">
<p class="admonition-title">🤖 Deep Learning</p>
<p><div>
<h3>✨ Selection</h3>
-
<h3>🆕 Updates</h3>
-
<p><div class="container">
<div class="column">
<h3>✨ Selection</h3>
-
</div>
<div class="column">
<h3>🆕 Updates</h3>
-
</div>
</div></p>
</div>
<div class="admonition quote inline">
<p class="admonition-title">💭 Opinions</p>
<p><div>
<h3>✨ Selection</h3>
-
<h3>🆕 Updates</h3>
-
<p><div class="container">
<div class="column">
<h3>✨ Selection</h3>
-
</div>
<div class="column">
<h3>🆕 Updates</h3>
-
</div>
</div></p>
</div>
<div class="admonition abstract inline">
<p class="admonition-title">🎹 Life</p>
<p><div>
<h3>✨ Selection</h3>
-
<h3>🆕 Updates</h3>
-
<p><div class="container">
<div class="column">
<h3>✨ Selection</h3>
-
</div>
<div class="column">
<h3>🆕 Updates</h3>
-
</div>
</div></p>
</div>
<!-- The number of `<br>`s is either 4 * rows or 3 * rows + 3-->

<p><br><br><br><br>
<br><br><br><br>
<br><br><br><br>
<br><br><br><br>
<br><br><br><br>
<br><br><br><br>
<br><br><br><br></p>
<h2 id="_1">⏰ 更新记录</h2>
<div style="clear: both;">

Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
11 changes: 11 additions & 0 deletions stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ button.md-top {
.changelog-type-refactor::before {
content: "文档重构";
}

.container {
display: flex;
gap: 20px;
/* Space between columns */
}

.column {
flex: 1;
/* Equal width for both columns */
}

0 comments on commit 89650b1

Please sign in to comment.