We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ca438 commit 9cb1a66Copy full SHA for 9cb1a66
1 file changed
docs/mdxx-0.7.mdx
@@ -0,0 +1,37 @@
1
+---
2
+title: mdxx@0.7 tag
3
+created: 1589127481769
4
5
+
6
+## 仕様変更
7
8
+`mdxx-ssg new:page` が `pages/*.tsx` を生成しないように
9
10
+かわりに、 `pages/[slug].tsx` が共通の記事要素になりました。
11
12
+## new feature: tags support
13
14
+frontmatter の yaml を使って、タグを宣言できるようになりました
15
16
+```yaml
17
18
+title: my-title
19
20
+tags: [a, b, c]
21
22
+# hello
23
+```
24
25
+トップページにタグ一覧が表示されます。
26
27
+`/tags/[tag]` ページで、そのページに紐付いている記事一覧を出せるようにしました。
28
29
+tags
30
31
+
32
33
+## v1.0.0 に向けて
34
35
+- 画像の拡大が壊れている気がするので、それを修正する
36
+- parser/compiler のリネーム
37
+- そろそろ使えるようになってきた
0 commit comments