Skip to content

Commit

Permalink
feat: add some c*h*apters from SEI_01
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazawazi committed Nov 9, 2024
1 parent c52267a commit f84a212
Show file tree
Hide file tree
Showing 7 changed files with 5,925 additions and 4,421 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 普通的枪口与他们的枪口

## 双连击

双连击(Double Tap),是一种手枪射击技术,短时间内连发两枪于同一位置,两个弹孔会有很大程度的重叠。
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Seeing as ...

## 勾股定理

或毕达哥拉斯定理,即直角三角形的两条直角边的平方和等于斜边的平方。毕达哥拉斯定理是重要数学定理之一,公式如下:

$$
a^2 + b^2 = c^2
$$
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# #412001

## S&W Chiefs

史密夫韦森 M36(英语:Smith & Wesson Model 36)是一款由美国枪械公司史密夫韦森所研制及生产的 5 发式碳钢「J 型底把」双动操作式转轮手枪,最早于 1950 年开始、直到目前仍然生产,发射 .38 S&W 特种型手枪子弹。[^1]

---

[^1]: [史密夫韦森M36左轮手枪 - 维基百科,自由的百科全书](https://zh.wikipedia.org/wiki/%E5%8F%B2%E5%AF%86%E6%96%AF%E5%A8%81%E6%A3%AEM36%E5%B7%A6%E8%BC%AA%E6%89%8B%E6%A7%8D)
14 changes: 14 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import {themes as prismThemes} from 'prism-react-renderer';
import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
import remarkMath from 'remark-math';
import rehypeKatex from 'rehype-katex';

const config: Config = {
title: '《离开的人们》知识领航员',
Expand Down Expand Up @@ -38,13 +40,25 @@ const config: Config = {
footnoteLabel: "参考文献"
}
},

stylesheets: [
{
href: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css',
type: 'text/css',
integrity:
'sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM',
crossorigin: 'anonymous',
}
],

presets: [
[
'classic',
{
docs: {
sidebarPath: './sidebars.ts',
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
},
blog: {
showReadingTime: true,
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react-dom": "^18.0.0",
"rehype-katex": "7",
"remark-math": "6"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.4.0",
Expand Down
Loading

0 comments on commit f84a212

Please sign in to comment.