Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 553 Bytes

index.md

File metadata and controls

29 lines (25 loc) · 553 Bytes
layout
page
<script setup> import Home from '../.vitepress/components/Home.vue' const options = { name: 'shion', text: 'Time tracker', tagline: 'Intuitive, meticulous, and diverse. Capturing moments in life🍂', actions: [ { theme: "brand", text: "Download", link: "/download", }, { theme: "alt", text: "Quick start", link: "/guide/quick-start", }, ] } </script>