Skip to content

Releases: KonradSzwarc/zenith

v.0.1.0

22 Aug 18:12
a80df78
Compare
Choose a tag to compare

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

v0.0.2

18 Aug 13:30
5709d73
Compare
Choose a tag to compare

Update the project's dependencies.

Your resume's texts may change slightly due to the update of the @fontsource-variable/inter package.

v0.0.1

28 Jul 17:38
Compare
Choose a tag to compare

Initial release