diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js new file mode 100644 index 00000000..a7adc8e1 --- /dev/null +++ b/docs/.vuepress/config.js @@ -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/' }, + ], + }, +}; diff --git a/docs/.vuepress/public/logo.png b/docs/.vuepress/public/logo.png new file mode 100644 index 00000000..dcc95cb5 Binary files /dev/null and b/docs/.vuepress/public/logo.png differ diff --git a/docs/README.md b/docs/README.md index 26e97aed..08dd6a7f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1 +1 @@ -# Hello VuePress + diff --git a/docs/images/logo.png b/docs/images/logo.png new file mode 100644 index 00000000..10047e43 Binary files /dev/null and b/docs/images/logo.png differ