diff --git a/README.ko.md b/README.ko.md index e461ac1..419fcb6 100644 --- a/README.ko.md +++ b/README.ko.md @@ -388,6 +388,7 @@ commento = false xmpp = "" dev-to = "" gitea = "" + google-scholar = "" [donationOptions] enable = false # if set, the donation button will show up on the single page. diff --git a/README.md b/README.md index 933ebbb..72a5c51 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,7 @@ commento = false xmpp = "" dev-to = "" gitea = "" + google-scholar = "" [donationOptions] enable = false # if set, the donation button will show up on the single page. diff --git a/archetypes/author.md b/archetypes/author.md index a554adc..69cd3d9 100644 --- a/archetypes/author.md +++ b/archetypes/author.md @@ -43,4 +43,5 @@ socialOptions: xmpp: "" dev-to: "" gitea: "" + google-scholar: "" --- diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index dee67e9..b18076c 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -169,6 +169,7 @@ commento = false xmpp = "" dev-to = "" gitea = "" + google-scholar = "" [donationOptions] enable = false diff --git a/layouts/partials/svgs/social/google-scholar.svg b/layouts/partials/svgs/social/google-scholar.svg new file mode 100644 index 0000000..b87499e --- /dev/null +++ b/layouts/partials/svgs/social/google-scholar.svg @@ -0,0 +1 @@ + \ No newline at end of file