mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Add new config projects
This commit is contained in:
@@ -3,6 +3,11 @@
|
|||||||
const config = {
|
const config = {
|
||||||
github: {
|
github: {
|
||||||
username: 'arifszn', // Your GitHub org/user name. (Required)
|
username: 'arifszn', // Your GitHub org/user name. (Required)
|
||||||
|
},
|
||||||
|
projects: {
|
||||||
|
github: {
|
||||||
|
header: 'Github Projects',
|
||||||
|
display: true, // Display GitHub projects?
|
||||||
sortBy: 'stars', // stars | updated
|
sortBy: 'stars', // stars | updated
|
||||||
limit: 10, // How many projects to display.
|
limit: 10, // How many projects to display.
|
||||||
exclude: {
|
exclude: {
|
||||||
@@ -10,6 +15,28 @@ const config = {
|
|||||||
projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2']
|
projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2']
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
external: {
|
||||||
|
header: 'External Projects',
|
||||||
|
display: true, // Display external projects?
|
||||||
|
projects: [
|
||||||
|
{
|
||||||
|
title: 'Project Name',
|
||||||
|
description:
|
||||||
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
|
||||||
|
imageUrl: 'https://via.placeholder.com/250x250',
|
||||||
|
link: 'https://example.com',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Project Name',
|
||||||
|
description:
|
||||||
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
|
||||||
|
imageUrl: 'https://via.placeholder.com/250x250',
|
||||||
|
link: 'https://example.com',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
social: {
|
social: {
|
||||||
linkedin: 'ariful-alam',
|
linkedin: 'ariful-alam',
|
||||||
twitter: 'arif_szn',
|
twitter: 'arif_szn',
|
||||||
@@ -87,23 +114,6 @@ const config = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
// To hide the `My Projects` section, keep it empty.
|
|
||||||
externalProjects: [
|
|
||||||
{
|
|
||||||
title: 'Project Name',
|
|
||||||
description:
|
|
||||||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
|
|
||||||
imageUrl: 'https://via.placeholder.com/250x250',
|
|
||||||
link: 'https://example.com',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Project Name',
|
|
||||||
description:
|
|
||||||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
|
|
||||||
imageUrl: 'https://via.placeholder.com/250x250',
|
|
||||||
link: 'https://example.com',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
// Display blog posts from your medium or dev account. (Optional)
|
// Display blog posts from your medium or dev account. (Optional)
|
||||||
blog: {
|
blog: {
|
||||||
source: 'dev', // medium | dev
|
source: 'dev', // medium | dev
|
||||||
|
|||||||
Reference in New Issue
Block a user