Markdown Contents Manager (mcm)

Markdownのコンテンツを管理するツール。

Install

shell cargo install mcm

Usage

```shell

ZennのコンテンツをHugo(theme: Robust)用のコンテンツに変換する

mcm export -s=zenn -t=hugo-robust

それぞれのディレクトリを指定する

mcm export -s=zenn -t=hugo-robust --sourcedir=../zenn-contents --targetdir=. ```

Features