Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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」で高速なブログを作ってみよう』で作成したブログのリポジトリです。

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)