diff --git a/_config.yml b/_config.yml index 2f7efbe..1885487 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-minimal \ No newline at end of file +theme: jekyll-theme-midnight \ No newline at end of file diff --git a/images/favicon.png b/images/favicon.png index f7048fa..afed549 100644 Binary files a/images/favicon.png and b/images/favicon.png differ diff --git a/index.html b/index.html index 9fd8630..946f0f9 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ -
@${profile.login} - Repos: ${profile.public_repos} + Repos: ${nb_repos} Gists: ${profile.public_gists}
@@ -69,6 +70,9 @@ getRepos(); const displayRepos = function (repos) { filterInput.classList.remove('hide'); for (const repo of repos) { + if (repo.name == 'projects') + continue; + let listItem = document.createElement('li'); listItem.classList.add('repo'); listItem.innerHTML = `