upload logo and setup project structure

This commit is contained in:
Amruth Pillai
2020-03-28 18:12:54 +05:30
parent b2e9116232
commit 870b9acc09
4 changed files with 13 additions and 1 deletions

12
docs/.vuepress/config.js Normal file
View File

@ -0,0 +1,12 @@
module.exports = {
title: 'Reactive Resume',
description:
"A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
themeConfig: {
logo: 'logo.png',
nav: [
{ text: 'Home', link: '/' },
{ text: 'Go to App', link: 'https://rxresu.me/' },
],
},
};