Added some clarifications as comments.

This commit is contained in:
Christian Sarnataro
2023-01-09 23:55:10 +01:00
parent 8d85ac349c
commit 82ce615ff6

View File

@@ -83,7 +83,7 @@ const config = {
}, },
], ],
// Optional custom footer // Optional custom footer. To hide the footer, just remove it from here
footer: `<p class="font-mono text-sm"> footer: `<p class="font-mono text-sm">
Made with <a Made with <a
class="text-primary" class="text-primary"
@@ -92,6 +92,7 @@ const config = {
rel="noreferrer" rel="noreferrer"
>GitProfile</a> and ❤️ >GitProfile</a> and ❤️
</p>`, </p>`,
// To hide the `My Projects` section, keep it empty. // To hide the `My Projects` section, keep it empty.
externalProjects: [ externalProjects: [
{ {