https://github.com/yuiseki/scrapbox-nextjs-template
ScrapboxプロジェクトをNext.jsでSSGしてGitHub Pagesなどで静的Webサイトとして公開できるようにするためのテンプレート
https://github.com/yuiseki/scrapbox-nextjs-template
nextjs react scrapbox template
Last synced: about 2 months ago
JSON representation
ScrapboxプロジェクトをNext.jsでSSGしてGitHub Pagesなどで静的Webサイトとして公開できるようにするためのテンプレート
- Host: GitHub
- URL: https://github.com/yuiseki/scrapbox-nextjs-template
- Owner: yuiseki
- License: wtfpl
- Created: 2022-05-28T09:33:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:28:14.000Z (about 1 year ago)
- Last Synced: 2024-04-22T12:46:29.512Z (about 1 year ago)
- Topics: nextjs, react, scrapbox, template
- Language: TypeScript
- Homepage: https://yuiseki.github.io/scrapbox-nextjs-template/
- Size: 1.99 MB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrapbox-nextjs-template
## 概要
### これは何?
Scrapbox のコンテンツを Next.js で SSG するためのテンプレートです
### どう動く?
- Scrapbox の API を経由してページ一覧と本文を取得します
- Scrapbox 記法を React コンポーネントに変換します### なぜ作った?
Scrapbox を CMS の簡易なバックエンドとして使いたかったので開発しました
### どう使う?
- GitHub 上で https://github.com/yuiseki/scrapbox-nextjs-template を開く
- Use this template というボタンを押す
- next.config.js を編集する