This is my personal resume. It's powered by VitePress with an extended default theme for various modifications.
npm install
npm run dev
npm run build
-
You can change the main site configuration in
src/config.js
.
That include the title, navigation, sidebar, social media icons, etc, you can check Vitepress documentation for a comprehensive list of options. -
All page contents are located inside
docs
directory, including all media files. -
Few custom components and styles are used in this project. All used components are located inside
src/.vitepess/theme/components
. As for overriden styles it's insrc/.vitepress/theme/styles
directory.
This blog is Apache License 2.0 licensed, see the LICENSE file for details.