npx zenn new:article --slug hoge-slug
npx zenn preview
ls -1 articles/*.md | while read LINE; touch -d (git log -1 --format=%aI $LINE) $LINE; end
ls -1tr articles/*.md | while read LINE; chmod -x $LINE; sleep 0.1; end
npx zenn new:article --slug hoge-slug
npx zenn preview
ls -1 articles/*.md | while read LINE; touch -d (git log -1 --format=%aI $LINE) $LINE; end
ls -1tr articles/*.md | while read LINE; chmod -x $LINE; sleep 0.1; end