Skip to content

Commit

Permalink
new:page mdxx-0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mizchi committed May 10, 2020
1 parent 21ca438 commit 9cb1a66
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/mdxx-0.7.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: mdxx@0.7 tag
created: 1589127481769
---

## 仕様変更

`mdxx-ssg new:page``pages/*.tsx` を生成しないように

かわりに、 `pages/[slug].tsx` が共通の記事要素になりました。

## new feature: tags support

frontmatter の yaml を使って、タグを宣言できるようになりました

```yaml
---
title: my-title
created: 1589127481769
tags: [a, b, c]
---
# hello
```

トップページにタグ一覧が表示されます。

`/tags/[tag]` ページで、そのページに紐付いている記事一覧を出せるようにしました。

tags

![](https://gyazo.com/a9248604c3c553701ca93632dbacd847.png)

## v1.0.0 に向けて

- 画像の拡大が壊れている気がするので、それを修正する
- parser/compiler のリネーム
- そろそろ使えるようになってきた

0 comments on commit 9cb1a66

Please sign in to comment.