@bbki.ng/site 0.0.52 → 0.0.53

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,7 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 0.0.53
4
+
3
5
  ## 0.0.52
4
6
 
5
7
  ## 0.0.51
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,6 +17,7 @@ import * as 六月 from "./black-river.mdx";
17
17
  import * as 立秋 from "./liqiu.mdx";
18
18
  import * as 春风模拟 from "./pseudo-spring.mdx";
19
19
  import * as 庆典 from "./celebration.mdx";
20
+ import * as 爱情 from "./love.mdx";
20
21
 
21
22
  export const MdxArticleList = [
22
23
  说明书,
@@ -37,5 +38,6 @@ export const MdxArticleList = [
37
38
  六月,
38
39
  立秋,
39
40
  春风模拟,
40
- 庆典
41
+ 庆典,
42
+ 爱情,
41
43
  ];
@@ -0,0 +1,19 @@
1
+ ---
2
+ title: 爱情
3
+ tags:
4
+ - 摘抄
5
+ - 诗歌
6
+ ---
7
+
8
+ ```
9
+ I knew
10
+ I would love you
11
+ But I would never
12
+ Have guessed that
13
+ You would love me too
14
+
15
+ What’s even more
16
+ Unbelievable was that
17
+ You too
18
+ Thought the same way.
19
+ ```