https://github.com/annrie/nuxtation
@nuxt/content v3 on Nuxt4 Ready
https://github.com/annrie/nuxtation
content3 docus nuxt-ui nuxt4 tailwindcss
Last synced: 4 months ago
JSON representation
@nuxt/content v3 on Nuxt4 Ready
- Host: GitHub
- URL: https://github.com/annrie/nuxtation
- Owner: annrie
- License: mit
- Created: 2023-02-21T12:17:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-01T12:39:53.000Z (4 months ago)
- Last Synced: 2026-03-01T15:58:36.755Z (4 months ago)
- Topics: content3, docus, nuxt-ui, nuxt4, tailwindcss
- Language: Vue
- Homepage: https://nuxtation.vercel.app
- Size: 168 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Nuxtation
> Docus 5.3.1ベースのブログサイト - THX [Docus](https://docus.com/))

旧オリジナル"[Nuxtation](https://github.com/annrie/Nuxtation-nuxt2-)"から**Nuxt 4 + Docus 5.3.1**仕様に全面的に作り直したブログサイトです。
## 技術スタック
- **Framework**: Nuxt 4.2.1
- **SSG**: Docus 5.3.1
- **Content**: @nuxt/content 3.3.1
- **CSS**: Tailwind CSS v4
- **Deployment**: Vercel
- **Analytics**: Vercel Speed Insights
## 主な機能
- ✨ Docus標準構成によるブログ機能
- 🎨 Tailwind CSS v4完全対応
- 📱 レスポンシブデザイン + ダークモード
- 🐱 Cat API統合(Masonryレイアウト)
- 🔍 SEO最適化(schema.org対応)
- ⚡ Vercel Speed Insights統合
## セットアップ
テンプレートを手動でセットアップするには、まず Git でダウンロードします。
```bash
git clone git@github.com:annrie/Nuxtation.git projectname
cd projectname
```
## インストール
依存関係をインストールします(pnpm推奨)。
```bash
pnpm install
```
開発サーバーを起動します。
```bash
pnpm dev
```
ブラウザで以下にアクセス:
```bash
http://localhost:3000
```
## ビルド
静的サイトを生成します。
```bash
pnpm generate
```
## ライセンス
[MIT](https://github.com/annrie/Nuxtation/blob/main/LICENSE)
Copyright © 2020-present, Annrie