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

https://github.com/eggplants/myzenn

My Zenn Articles
https://github.com/eggplants/myzenn

Last synced: 7 months ago
JSON representation

My Zenn Articles

Awesome Lists containing this project

README

          

# MyZenn

My Zenn Articles

## Migration from Qiita

```bash
gh repo create myzenn --public -y
cd myzenn
npm init --yes
npm install zenn-cli
npx zenn init
git add .gitignore
git add .
git commit -m 'init'
curl -sL https://git.io/JzpCU | tar zxvf -
./zenn-importer qiita -user eggplants -publish -verbose -dir articles
rm zenn-importer
git add articles/* img/
git commit -m 'add: migrate from qiita'
git push --set-upstream origin master ||
git push --set-upstream origin main
```

## Preview

```bash
xdg-open http://localhost:8000
npx zenn preview
```

## Connect gh repo with Zenn

See: