layout hero features home name text logo image actions ZenByte Inner Space src alt /img/logo.png VitePress theme text link brand Start Reading /docs/ icon title details src /img/essence.svg Essence Learning is not just about memorizing facts, but rather delving into the essence of things. icon title details src /img/search.svg Searchable Taking notes is crucial, but it's best if the notes are searchable, allowing for future refinement. icon title details src /img/sharing.svg Share Sharing knowledge enables the continuous improvement of the knowledge itself. <style> :root { --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff); --vp-home-hero-image-background-image: linear-gradient(-45deg, #bd34fe 50%, #47caff 50%); --vp-home-hero-image-filter: blur(44px); } @media (min-width: 640px) { :root { --vp-home-hero-image-filter: blur(56px); } } @media (min-width: 960px) { :root { --vp-home-hero-image-filter: blur(68px); } } </style>