Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/fuwariPublic template

✨A static blog template built with Astro.

License

NotificationsYou must be signed in to change notification settings

saicaca/fuwari

Repository files navigation

Node.js >= 20pnpm >= 9DeepWikiFOSSA Status

A static blog template built withAstro.

🖥️ Live Demo (Vercel)

Preview Image

🌏 README in中文 /日本語 /한국어 /Español /ไทย (Provided by the community and may not always be up-to-date)

✨ Features

🚀 Getting Started

  1. Create your blog repository:
    • Generate a new repository from this template or fork this repository.
    • Or run one of the following commands:
      npm create fuwari@latestyarn create fuwaripnpm create fuwari@latestbun create fuwari@latestdeno run -A npm:create-fuwari@latest
  2. To edit your blog locally, clone your repository, runpnpm install to install dependencies.
    • Installpnpmnpm install -g pnpm if you haven't.
  3. Edit the config filesrc/config.ts to customize your blog.
  4. Runpnpm new-post <filename> to create a new post and edit it insrc/content/posts/.
  5. Deploy your blog to Vercel, Netlify, GitHub Pages, etc. followingthe guides. You need to edit the site configuration inastro.config.mjs before deployment.

📝 Frontmatter of Posts

---title:My First Blog Postpublished:2023-09-09description:This is the first post of my new Astro blog.image:./cover.jpgtags:[Foo, Bar]category:Front-enddraft:falselang:jp# Set only if the post's language differs from the site's language in `config.ts`---

🧩 Markdown Extended Syntax

In addition to Astro's default support forGitHub Flavored Markdown, several extra Markdown features are included:

⚡ Commands

All commands are run from the root of the project, from a terminal:

CommandAction
pnpm installInstalls dependencies
pnpm devStarts local dev server atlocalhost:4321
pnpm buildBuild your production site to./dist/
pnpm previewPreview your build locally, before deploying
pnpm checkRun checks for errors in your code
pnpm formatFormat your code using Biome
pnpm new-post <filename>Create a new post
pnpm astro ...Run CLI commands likeastro add,astro check
pnpm astro --helpGet help using the Astro CLI

✏️ Contributing

Check out theContributing Guide for details on how to contribute to this project.

📄 License

This project is licensed under the MIT License.

FOSSA Status

Releases

No releases published

Packages

No packages published

Contributors46


[8]ページ先頭

©2009-2025 Movatter.jp