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
- Host: GitHub
- URL: https://github.com/solareenlo/zenn-content
- Owner: solareenlo
- Created: 2021-09-15T02:57:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T15:09:57.000Z (over 3 years ago)
- Last Synced: 2024-12-30T09:15:26.419Z (6 months ago)
- Topics: blog, zenn
- Homepage: https://zenn.dev/solareenlo
- Size: 465 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zenn-content
## Usage
```shell
# Make new article
npx zenn new:articlenpx 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)