Releases: KonradSzwarc/zenith
Releases · KonradSzwarc/zenith
v.0.1.0
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
v0.0.2
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
Initial release