Skip to content

v.0.1.0

Latest
Compare
Choose a tag to compare
@KonradSzwarc KonradSzwarc released this 22 Aug 18:12
a80df78

What's Changed

  • Add sidebar navigation by @KonradSzwarc in #3

    When checking the pages/index.astro and pages/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 an id 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