{"id":25491543,"url":"https://github.com/alperiox/alperiox.github.io","last_synced_at":"2025-11-08T17:30:38.018Z","repository":{"id":247246102,"uuid":"823392224","full_name":"alperiox/alperiox.github.io","owner":"alperiox","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-07T20:21:17.000Z","size":5158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-08T16:35:58.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alperiox.png","metadata":{"files":{"readme":"README.ja-JP.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-03T00:36:17.000Z","updated_at":"2024-07-07T20:21:19.000Z","dependencies_parsed_at":"2024-07-07T16:30:17.089Z","dependency_job_id":"c295e05a-8431-419c-bd3b-536b5794af26","html_url":"https://github.com/alperiox/alperiox.github.io","commit_stats":null,"previous_names":["alperiox/alperiox.github.io"],"tags_count":0,"template":false,"template_full_name":"saicaca/fuwari","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alperiox%2Falperiox.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alperiox%2Falperiox.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alperiox%2Falperiox.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alperiox%2Falperiox.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alperiox","download_url":"https://codeload.github.com/alperiox/alperiox.github.io/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239558933,"owners_count":19658934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-18T22:17:54.876Z","updated_at":"2025-02-18T22:17:55.658Z","avatar_url":"https://github.com/alperiox.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍥Fuwari\n\n[Astro](https://astro.build)で構築された静的ブログテンプレート\n\n[**🖥️ライブデモ (Vercel)**](https://fuwari.vercel.app)\u0026nbsp;\u0026nbsp;\u0026nbsp;/\u0026nbsp;\u0026nbsp;\u0026nbsp;[**🌏中文**](https://github.com/saicaca/fuwari/blob/main/README.zh-CN.md)\u0026nbsp;\u0026nbsp;\u0026nbsp;/\u0026nbsp;\u0026nbsp;\u0026nbsp;[**🌏日本語**](https://github.com/saicaca/fuwari/blob/main/README.ja-JP.md)\u0026nbsp;\u0026nbsp;\u0026nbsp;/\u0026nbsp;\u0026nbsp;\u0026nbsp;[**📦旧Hexoバージョン**](https://github.com/saicaca/hexo-theme-vivia)\n\n![Preview Image](https://raw.githubusercontent.com/saicaca/resource/main/fuwari/home.png)\n\n## ✨ 特徴\n\n- [x] [Astro](https://astro.build)及び [Tailwind CSS](https://tailwindcss.com)で構築\n- [x] スムーズなアニメーションとページ遷移\n- [x] ライト/ダークテーマ対応\n- [x] カスタマイズ可能なテーマカラーとバナー\n- [x] レスポンシブデザイン\n- [ ] コメント機能\n- [x] 検索機能\n- [ ] 目次\n\n## 🚀 使用方法\n\n1. [テンプレート](https://github.com/saicaca/fuwari/generate)から新しいリポジトリを作成するかCloneをします。\n2. ブログをローカルで編集するには、リポジトリをクローンした後、`pnpm install` と `pnpm add sharp` を実行して依存関係をインストールします。  \n   - [pnpm](https://pnpm.io)がインストールされていない場合は `npm install -g pnpm` で導入可能です。\n3. `src/config.ts`ファイルを編集する事でブログを自分好みにカスタマイズ出来ます。\n4. `pnpm new-post \u003cfilename\u003e`で新しい記事を作成し、`src/content/posts/`.フォルダ内で編集します。\n5. 作成したブログをVercel、Netlify、GitHub Pagesなどにデプロイするには[ガイド](https://docs.astro.build/ja/guides/deploy/)に従って下さい。加えて、別途デプロイを行う前に`astro.config.mjs`を編集してサイト構成を変更する必要があります。\n\n## ⚙️ 記事のフロントマター\n\n```yaml\n---\ntitle: My First Blog Post\npublished: 2023-09-09\ndescription: This is the first post of my new Astro blog.\nimage: /images/cover.jpg\ntags: [Foo, Bar]\ncategory: Front-end\ndraft: false\n---\n```\n\n## 🧞 コマンド\n\nすべてのコマンドは、ターミナルでプロジェクトのルートから実行する必要があります:\n\n| Command                             | Action                                           |\n|:------------------------------------|:-------------------------------------------------|\n| `pnpm install` AND `pnpm add sharp` | 依存関係のインストール                           |\n| `pnpm dev`                          | `localhost:4321`で開発用ローカルサーバーを起動      |\n| `pnpm build`                        | `./dist/`にビルド内容を出力          |\n| `pnpm preview`                      | デプロイ前の内容をローカルでプレビュー     |\n| `pnpm new-post \u003cfilename\u003e`          | 新しい投稿を作成                                |\n| `pnpm astro ...`                    | `astro add`, `astro check`の様なコマンドを実行する際に使用 |\n| `pnpm astro --help`                 | Astro CLIのヘルプを表示                     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falperiox%2Falperiox.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falperiox%2Falperiox.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falperiox%2Falperiox.github.io/lists"}