v.0.1.0
What's Changed
-
Add sidebar navigation by @KonradSzwarc in #3
When checking the
pages/index.astroandpages/template.astro, you will find a new<Sidebar />component usage. The component displays a navigation on the right side of your resume. To implement it, add anidattribute to each section you want to link from the nav and create corresponding<SidebarItem />elements.
Full Changelog: v0.0.2...v.0.1.0