Skip to content

Commit

Permalink
Update gitprofile.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirajunnasihin authored Aug 4, 2023
1 parent d031a1c commit ecd48e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitprofile.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config = {
github: {
username: 'sirajunnasihin', // Your GitHub org/user name. (Required)
sortBy: 'stars', // stars | updated
limit: 10, // How many projects to display.
limit: 6, // How many projects to display.
exclude: {
forks: false, // Forked projects will not be displayed if set to true.
projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2']
Expand Down Expand Up @@ -76,13 +76,13 @@ const config = {
education: [
{
institution: 'STMIK LIKMI Bandung',
degree: 'Master',
degree: 'Master Sistem Informasi',
from: '2020',
to: '2022',
},
{
institution: 'Universitas Teknologi Sumbawa',
degree: 'Sarjana',
degree: 'Sarjana Teknik Informatika',
from: '2015',
to: '2019',
},
Expand Down

0 comments on commit ecd48e9

Please sign in to comment.