@bbki.ng/site 0.0.41 → 0.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 0.0.44
4
+
5
+ ## 0.0.43
6
+
7
+ ## 0.0.42
8
+
3
9
  ## 0.0.41
4
10
 
5
11
  ## 0.0.40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "0.0.41",
3
+ "version": "0.0.44",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -0,0 +1,22 @@
1
+ ---
2
+ title: 庆典
3
+ tags:
4
+ - 摘抄
5
+ - 诗歌
6
+ ---
7
+
8
+ ```
9
+ 我把我的孤伶展在
10
+ 桌上,像一张地图。
11
+ 我绘制路线
12
+ 去往我迎风的住处。
13
+ 到达的人遇不见我。
14
+ 我等的人不存在。
15
+
16
+ 我喝下暴怒的烈酒
17
+ 为了把那些面孔变成
18
+ 一个天使,变成空杯子
19
+
20
+ —— 摘自《夜的命名术》
21
+ ```
22
+
@@ -16,6 +16,7 @@ import * as 入夏 from "./web-burnning.mdx";
16
16
  import * as 六月 from "./black-river.mdx";
17
17
  import * as 立秋 from "./liqiu.mdx";
18
18
  import * as 春风模拟 from "./pseudo-spring.mdx";
19
+ import * as 庆典 from "./celebration.mdx";
19
20
 
20
21
  export const MdxArticleList = [
21
22
  说明书,
@@ -35,5 +36,6 @@ export const MdxArticleList = [
35
36
  入夏,
36
37
  六月,
37
38
  立秋,
38
- 春风模拟
39
+ 春风模拟,
40
+ 庆典
39
41
  ];
package/.husky/pre-commit DELETED
@@ -1,4 +0,0 @@
1
- #!/bin/sh
2
- . "$(dirname "$0")/_/husky.sh"
3
-
4
- npx pretty-quick --staged