Update gitprofile.config.ts

This commit is contained in:
√(noham)²
2024-02-25 23:53:31 +01:00
parent c28f9763e5
commit 11c2e0f78b

View File

@@ -9,11 +9,11 @@ const CONFIG = {
* If you are deploying to https://<USERNAME>.github.io/<REPO_NAME>/, * If you are deploying to https://<USERNAME>.github.io/<REPO_NAME>/,
* for example your repository is at https://github.com/arifszn/portfolio, then set base to '/portfolio/'. * for example your repository is at https://github.com/arifszn/portfolio, then set base to '/portfolio/'.
*/ */
base: '/', base: '/gitprofile/',
projects: { projects: {
github: { github: {
display: true, // Display GitHub projects? display: true, // Display GitHub projects?
header: 'Github Projects', header: 'Projets GitHub',
mode: 'automatic', // Mode can be: 'automatic' or 'manual' mode: 'automatic', // Mode can be: 'automatic' or 'manual'
automatic: { automatic: {
sortBy: 'updated', // Sort projects by 'stars' or 'updated' sortBy: 'updated', // Sort projects by 'stars' or 'updated'
@@ -29,30 +29,30 @@ const CONFIG = {
}, },
}, },
external: { external: {
header: 'My Projects', header: 'Mes projets',
// To hide the `External Projects` section, keep it empty. // To hide the `External Projects` section, keep it empty.
projects: [ projects: [
{ // {
title: 'Project Name', // title: 'Project Name',
description: // description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.', // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
imageUrl: // imageUrl:
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg', // 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
link: 'https://example.com', // link: 'https://example.com',
}, // },
{ // {
title: 'Project Name', // title: 'Project Name',
description: // description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.', // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
imageUrl: // imageUrl:
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg', // 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
link: 'https://example.com', // link: 'https://example.com',
}, // },
], ],
}, },
}, },
seo: { seo: {
title: 'Portfolio of Noham Rivoirard', title: 'Portfolio de Noham Rivoirard',
description: '', description: '',
imageURL: 'https://avatars.githubusercontent.com/u/100566912?v=4', imageURL: 'https://avatars.githubusercontent.com/u/100566912?v=4',
}, },
@@ -72,13 +72,14 @@ const CONFIG = {
telegram: '', telegram: '',
website: 'https://noh.am', website: 'https://noh.am',
phone: '', phone: '',
email: 'noham.rivoirard@gmail.com', email: 'noham@noh.am',
}, },
resume: { resume: {
fileUrl: fileUrl:
'', // Empty fileUrl will hide the `Download Resume` button. '', // Empty fileUrl will hide the `Download Resume` button.
}, },
skills: [ skills: [
'Python',
// 'PHP', // 'PHP',
// 'Laravel', // 'Laravel',
'JavaScript', 'JavaScript',
@@ -90,47 +91,47 @@ const CONFIG = {
'Git', 'Git',
'Docker', 'Docker',
// 'PHPUnit', // 'PHPUnit',
'HTML',
'CSS', 'CSS',
// 'Antd', // 'Antd',
'Tailwind',
], ],
experiences: [ experiences: [
{ // {
company: 'Company Name', // company: 'Company Name',
position: 'Position', // position: 'Position',
from: 'September 2021', // from: 'September 2021',
to: 'Present', // to: 'Present',
companyLink: 'https://example.com', // companyLink: 'https://example.com',
}, // },
{ // {
company: 'Company Name', // company: 'Company Name',
position: 'Position', // position: 'Position',
from: 'July 2019', // from: 'July 2019',
to: 'August 2021', // to: 'August 2021',
companyLink: 'https://example.com', // companyLink: 'https://example.com',
}, // },
], ],
certifications: [ certifications: [
{ // {
name: 'Lorem ipsum', // name: 'Lorem ipsum',
body: 'Lorem ipsum dolor sit amet', // body: 'Lorem ipsum dolor sit amet',
year: 'March 2022', // year: 'March 2022',
link: 'https://example.com', // link: 'https://example.com',
}, // },
], ],
educations: [ educations: [
{ // {
institution: 'Institution Name', // institution: 'Institution Name',
degree: 'Degree', // degree: 'Degree',
from: '2015', // from: '2015',
to: '2019', // to: '2019',
}, // },
{ // {
institution: 'Institution Name', // institution: 'Institution Name',
degree: 'Degree', // degree: 'Degree',
from: '2012', // from: '2012',
to: '2014', // to: '2014',
}, // },
], ],
// Display articles from your medium or dev account. (Optional) // Display articles from your medium or dev account. (Optional)
// blog: { // blog: {
@@ -216,7 +217,7 @@ const CONFIG = {
// rel="noreferrer" // rel="noreferrer"
// >GitProfile</a> and ❤️`, // >GitProfile</a> and ❤️`,
enablePWA: true, enablePWA: false,
}; };
export default CONFIG; export default CONFIG;