Bringing Material Design 3 to the Astro Blog.
If you're interested in contributing to Gumori You, pls read the following contributing docs before submitting a pull request:
- Ask before adding important features.
- git messages follow gitmoji and Conventional Commits.
- Follow the Material 3 Guidelines wherever possible.
You'll see the following folders and files:
/
βββ gumori/
β βββ elements.md # example.com/elements
βββ src/
β βββ gumori.ts # config
βββ package.json
Astro looks for .md
files in the gumori
directory. Each page is exposed as a route based on its filename.
Also you can put any static assets (like images) in the same location!
Command | Action |
---|---|
pnpm i |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:3000 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally, before deploying |
This work is free, it comes without any warranty. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.