diff --git a/assets/icons/google-scholar.svg b/assets/icons/google-scholar.svg new file mode 100644 index 000000000..1862f5409 --- /dev/null +++ b/assets/icons/google-scholar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 265387d26..a64ac502d 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -59,4 +59,5 @@ title = "Congo" # { whatsapp = "https://wa.me/phone-number" }, # { x-twitter = "https://twitter.com/username" }, # { youtube = "https://youtube.com/username" }, + # { google-scholar = "https://scholar.google.com/citations?user=user-id"} # ] diff --git a/exampleSite/content/samples/icons/index.de.md b/exampleSite/content/samples/icons/index.de.md index 1f14ca14f..a3d80c440 100644 --- a/exampleSite/content/samples/icons/index.de.md +++ b/exampleSite/content/samples/icons/index.de.md @@ -40,6 +40,7 @@ Die vollständige Liste der integrierten Icons und ihre entsprechenden Namen fin | gitlab | {{< icon gitlab >}} | | globe | {{< icon globe >}} | | google | {{< icon google >}} | +| google-scholar | {{< icon google-scholar >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} | diff --git a/exampleSite/content/samples/icons/index.es.md b/exampleSite/content/samples/icons/index.es.md index c17926ac0..58c7a6db4 100644 --- a/exampleSite/content/samples/icons/index.es.md +++ b/exampleSite/content/samples/icons/index.es.md @@ -40,6 +40,7 @@ La lista completa de íconos incorporados y sus nombres correspondientes se pued | gitlab | {{< icon gitlab >}} | | globe | {{< icon globe >}} | | google | {{< icon google >}} | +| google-scholar | {{< icon google-scholar >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} | diff --git a/exampleSite/content/samples/icons/index.ja.md b/exampleSite/content/samples/icons/index.ja.md index be939f2b0..da251a155 100644 --- a/exampleSite/content/samples/icons/index.ja.md +++ b/exampleSite/content/samples/icons/index.ja.md @@ -40,6 +40,7 @@ Congo は[FontAwesome 6](https://fontawesome.com/icons)のアイコンをサポ | gitlab | {{< icon gitlab >}} | | globe | {{< icon globe >}} | | google | {{< icon google >}} | +| google-scholar | {{< icon google-scholar >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} | diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index 95550b6d8..d0e71c9c6 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -40,6 +40,7 @@ The full list of built-in icons and their corresponding names can referenced bel | gitlab | {{< icon gitlab >}} | | globe | {{< icon globe >}} | | google | {{< icon google >}} | +| google-scholar | {{< icon google-scholar >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} |