Skip to content

dotnetthailand/minimal-portfolio-theme

Repository files navigation

minimal-portfolio-theme

Node modules in the repository

@dotnetthailand/minimal-portfolio-theme

  • Astro theme for minimal portfolio

minimal-portfolio-example

  • Example project that consumes minimal portfolio theme

TODO

  • 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/

release with Changeset

changeset init

Change some Changesets configuration

{
  "access": "public",
}

To not publish some projects

  • In pacakge.json, set private: true.