mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
15 lines
456 B
JavaScript
15 lines
456 B
JavaScript
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',
|
|
repo: 'AmruthPillai/Reactive-Resume',
|
|
nav: [
|
|
{ text: 'Home', link: '/' },
|
|
{ text: 'Go to App', link: 'https://rxresu.me/' },
|
|
],
|
|
sidebar: ['/', '/features/', '/built-with/'],
|
|
},
|
|
};
|