{"id":27953914,"url":"https://github.com/skyblockermod/blog.hysky.de","last_synced_at":"2025-05-07T17:15:28.477Z","repository":{"id":290639695,"uuid":"974277817","full_name":"SkyblockerMod/blog.hysky.de","owner":"SkyblockerMod","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-01T22:16:45.000Z","size":1285,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T17:15:24.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blog.hysky.de/","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/SkyblockerMod.png","metadata":{"files":{"readme":"README.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,"zenodo":null}},"created_at":"2025-04-28T14:24:03.000Z","updated_at":"2025-05-01T22:16:47.000Z","dependencies_parsed_at":"2025-04-29T21:46:08.572Z","dependency_job_id":null,"html_url":"https://github.com/SkyblockerMod/blog.hysky.de","commit_stats":null,"previous_names":["skyblockermod/blog.hysky.de"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyblockerMod%2Fblog.hysky.de","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyblockerMod%2Fblog.hysky.de/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyblockerMod%2Fblog.hysky.de/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyblockerMod%2Fblog.hysky.de/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkyblockerMod","download_url":"https://codeload.github.com/SkyblockerMod/blog.hysky.de/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252922316,"owners_count":21825639,"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-05-07T17:15:27.717Z","updated_at":"2025-05-07T17:15:28.448Z","avatar_url":"https://github.com/SkyblockerMod.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍥Fuwari\n\nA static blog template built with [Astro](https://astro.build).\n\n[**🖥️ Live Demo (Vercel)**](https://fuwari.vercel.app)\u0026nbsp;\u0026nbsp;\u0026nbsp;/\u0026nbsp;\u0026nbsp;\u0026nbsp;\n[**📦 Old Hexo Version**](https://github.com/saicaca/hexo-theme-vivia)\u0026nbsp;\u0026nbsp;\u0026nbsp;/\u0026nbsp;\u0026nbsp;\u0026nbsp;\n[**🌏 中文**](https://github.com/saicaca/fuwari/blob/main/README.zh-CN.md)\u0026nbsp;\u0026nbsp;\u0026nbsp;/\u0026nbsp;\u0026nbsp;\u0026nbsp;\n[**🌏 日本語**](https://github.com/saicaca/fuwari/blob/main/README.ja-JP.md)\u0026nbsp;\u0026nbsp;\u0026nbsp;/\u0026nbsp;\u0026nbsp;\u0026nbsp;\n[**🌏 한국어**](https://github.com/saicaca/fuwari/blob/main/README.ko.md)\u0026nbsp;\u0026nbsp;\u0026nbsp;/\u0026nbsp;\u0026nbsp;\u0026nbsp;\n[**🌏 Español**](https://github.com/saicaca/fuwari/blob/main/README.es.md)\u0026nbsp;\u0026nbsp;\u0026nbsp;/\u0026nbsp;\u0026nbsp;\u0026nbsp;\n[**🌏 ไทย**](https://github.com/saicaca/fuwari/blob/main/README.th.md)\n\n\u003e README version: `2024-09-10`\n\n![Preview Image](https://raw.githubusercontent.com/saicaca/resource/main/fuwari/home.png)\n\n## ✨ Features\n\n- [x] Built with [Astro](https://astro.build) and [Tailwind CSS](https://tailwindcss.com)\n- [x] Smooth animations and page transitions\n- [x] Light / dark mode\n- [x] Customizable theme colors \u0026 banner\n- [x] Responsive design\n- [ ] Comments\n- [x] Search\n- [ ] TOC\n\n## 🚀 How to Use\n\n1. [Generate a new repository](https://github.com/saicaca/fuwari/generate) from this template or fork this repository.\n2. To edit your blog locally, clone your repository, run `pnpm install` AND `pnpm add sharp` to install dependencies.\n   - Install [pnpm](https://pnpm.io) `npm install -g pnpm` if you haven't.\n3. Edit the config file `src/config.ts` to customize your blog.\n4. Run `pnpm new-post \u003cfilename\u003e` to create a new post and edit it in `src/content/posts/`.\n5. Deploy your blog to Vercel, Netlify, GitHub Pages, etc. following [the guides](https://docs.astro.build/en/guides/deploy/). You need to edit the site configuration in `astro.config.mjs` before deployment.\n\n## ⚙️ Frontmatter of Posts\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: ./cover.jpg\ntags: [Foo, Bar]\ncategory: Front-end\ndraft: false\nlang: jp      # Set only if the post's language differs from the site's language in `config.ts`\n---\n```\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                             | Action                                           |\n|:------------------------------------|:-------------------------------------------------|\n| `pnpm install` AND `pnpm add sharp` | Installs dependencies                            |\n| `pnpm dev`                          | Starts local dev server at `localhost:4321`      |\n| `pnpm build`                        | Build your production site to `./dist/`          |\n| `pnpm preview`                      | Preview your build locally, before deploying     |\n| `pnpm new-post \u003cfilename\u003e`          | Create a new post                                |\n| `pnpm astro ...`                    | Run CLI commands like `astro add`, `astro check` |\n| `pnpm astro --help`                 | Get help using the Astro CLI                     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyblockermod%2Fblog.hysky.de","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyblockermod%2Fblog.hysky.de","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyblockermod%2Fblog.hysky.de/lists"}