diff --git a/README.md b/README.md index 5cc8091..348e551 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ __`Hyde-hyde`__ is a [Hugo](https://gohugo.io)'s theme inspired and derived from @spf13's [Hyde](https://github.com/spf13/hyde.git) and [Nate Finch's blog](https://npf.io). +> NOTICE: Maintainers / collaborators seeking: As I'm underwater with my full time job at the moment, I'm actively looking for and welcome any new maintainers or collaborators. If you are interested, comment on [#130](https://github.com/htr3n/hyde-hyde/issues/130) and I can add you to the project. TIA. + ## Breaking Changes Since version 2.0, __`hyde-hyde`__ has been overhauled and, therefore, might cause some disruptions. diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7850c4e..bb4d64c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -50,6 +50,7 @@ theme = "hyde-hyde" linkedin = "" twitter = "" facebook = "" + microblog = "" stackoverflow = "" telegram = "" # orcid = "" diff --git a/layouts/partials/footer/font-awesome-js.html b/layouts/partials/footer/font-awesome-js.html index c215d65..a92a75a 100644 --- a/layouts/partials/footer/font-awesome-js.html +++ b/layouts/partials/footer/font-awesome-js.html @@ -1 +1 @@ - + diff --git a/layouts/partials/header/meta.html b/layouts/partials/header/meta.html index 5adbbe8..e0ce340 100644 --- a/layouts/partials/header/meta.html +++ b/layouts/partials/header/meta.html @@ -1,6 +1,5 @@ - {{ "" | safeHTML }} {{ hugo.Generator }} diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html index c5dcbce..13880bc 100644 --- a/layouts/partials/sidebar/social.html +++ b/layouts/partials/sidebar/social.html @@ -2,6 +2,9 @@ {{ with .Site.Params.social.twitter }} {{ end }} + {{ with .Site.Params.social.microblog }} + + {{ end }} {{ with .Site.Params.social.facebook }} {{ end }} @@ -24,6 +27,9 @@ {{ with .Site.Params.social.linkedin }} {{ end }} + {{ with .Site.Params.social.googlescholar}} + + {{ end }} {{ with .Site.Params.social.stackoverflow }} {{ end }} @@ -50,5 +56,7 @@ {{ end }} {{ with .Site.Params.social.reddit }} + {{ with .Site.Params.social.rss }} + {{ end }}