Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y-temp4/nextra-blog-sample
YouTube動画『Next.js製の静的サイトジェネレーター「Nextra」で高速なブログを作ってみよう』で作成したブログのリポジトリです。
https://github.com/y-temp4/nextra-blog-sample
blog nextra
Last synced: about 2 months ago
JSON representation
YouTube動画『Next.js製の静的サイトジェネレーター「Nextra」で高速なブログを作ってみよう』で作成したブログのリポジトリです。
- Host: GitHub
- URL: https://github.com/y-temp4/nextra-blog-sample
- Owner: y-temp4
- Created: 2023-02-18T06:11:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T11:52:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T06:03:01.089Z (3 months ago)
- Topics: blog, nextra
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=hKtSn7veh24
- Size: 355 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextra-blog-sample
YouTube 動画 [Next.js 製の静的サイトジェネレーター「Nextra」で高速なブログを作ってみよう](https://www.youtube.com/watch?v=hKtSn7veh24) で作成したリポジトリです。
## 開発環境
- Node.js v16.18.1
## 開発
```sh
yarn install
yarn dev
```[http://localhost:3000](http://localhost:3000) が確認できます。
## エクスポート
```sh
yarn export
````out`ディレクトリに成果物が出力されます。
## 参考ページ
- [Nextra – Next.js Static Site Generator](https://nextra.site/)
- [frontendweb3/nextra-blog: personal Portfolio blog with nextra, nextjs and tailwindcss](https://github.com/frontendweb3/nextra-blog)
- [next.js/examples/blog at canary · vercel/next.js · GitHub](https://github.com/vercel/next.js/tree/canary/examples/blog)