A static blog template built with Astro.
Fuwari is a static blog template built with Astro, a refactored version of hexo-theme-vivia. It is still a work in progress and the code may be messy. The template includes features such as being built with Astro and Tailwind CSS, view transitions between pages (currently not supported by Firefox and Safari), light/dark mode, customizable theme colors and banner, and a responsive design. It also has plans for features such as comments, search, and a table of contents.
To use Fuwari, follow these steps:
src/config.ts
to customize your blog.npm run new-post -- <filename>
to create and edit a new post in src/content/posts/
.Fuwari is a static blog template built with Astro and Tailwind CSS. It offers features such as view transitions between pages, light/dark mode, customizable theme colors and banner, and a responsive design. It is still a work in progress and has plans to include comments, search, and a table of contents. To use it, simply fork the repository, customize the config file, create and edit new posts, and deploy your blog to your desired platform.