An open API service indexing awesome lists of open source software.

https://github.com/solareenlo/zenn-content

My tech blog contents
https://github.com/solareenlo/zenn-content

blog zenn

Last synced: 4 months ago
JSON representation

My tech blog contents

Awesome Lists containing this project

README

        

# zenn-content

## Usage
```shell
# Make new article
npx zenn new:article

npx zenn preview
```

```shell
npx textlint --init
npm install --save-dev textlint-rule-preset-ja-technical-writing
npm install --save-dev textlint textlint-rule-preset-smarthr
npm ls -g --depth=0
npm install textlint-rule-preset-smarthr --global
npm install textlint --global
```

## Reference
### Zenn
- [GitHub ActionsでZenn記事の予約投稿を実現する](https://zenn.dev/ryo_kawamata/articles/schedule-publish-on-zenn-article)
- [GitHub × zenn.devで気軽に「予定時刻に公開」する記事を書く](https://zenn.dev/kyoh86/articles/c02511740d70365a1420)
- [zenn-cli + reviewdog + textlint + GitHub Actions で執筆体験を最高にする](https://zenn.dev/serima/articles/4dac7baf0b9377b0b58b)

### Lint
- [kufu/textlint-rule-preset-smarthr](https://github.com/kufu/textlint-rule-preset-smarthr)
- [textlint/textlint](https://github.com/textlint/textlint)