What's Changed
-
Add sidebar navigation by @KonradSzwarc in #3
When checking the
pages/index.astro
andpages/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 anid
attribute to each section you want to link from the nav and create corresponding<SidebarItem />
elements.
Full Changelog: v0.0.2...v.0.1.0