mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
upload logo and setup project structure
This commit is contained in:
12
docs/.vuepress/config.js
Normal file
12
docs/.vuepress/config.js
Normal 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/' },
|
||||
],
|
||||
},
|
||||
};
|
||||
BIN
docs/.vuepress/public/logo.png
Normal file
BIN
docs/.vuepress/public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@ -1 +1 @@
|
||||
# Hello VuePress
|
||||
<img src="./images/logo.png" width="256px">
|
||||
|
||||
BIN
docs/images/logo.png
Normal file
BIN
docs/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
Reference in New Issue
Block a user