https://github.com/eggplants/myzenn
My Zenn Articles
https://github.com/eggplants/myzenn
Last synced: 7 months ago
JSON representation
My Zenn Articles
- Host: GitHub
- URL: https://github.com/eggplants/myzenn
- Owner: eggplants
- Created: 2021-09-27T16:42:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T05:00:47.000Z (about 4 years ago)
- Last Synced: 2025-02-06T06:44:21.875Z (over 1 year ago)
- Homepage: https://zenn.dev/eggplants
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: