- Astro theme for minimal portfolio
- Example project that consumes minimal portfolio theme
- How to checkout and start the project
- How to release a new version
- How to contribute to the project
- GitHub Actions
- Changsets integration
- Layout with grid
- List on home page
- Pagination
- MDX
- Toggle dark mode
- font icons
Content collections guide
https://docs.astro.build/en/guides/content-collections/
Not use legacy API https://docs.astro.build/en/guides/upgrade-to/v5/#legacy-v20-content-collections-api
Create a content collection
https://docs.astro.build/en/tutorial/6-islands/4/
changeset init
{
"access": "public",
}
- In
pacakge.json
, setprivate: true
.