From fc8c8666cf1ef40197092cb5d8fc565d4cf7aa71 Mon Sep 17 00:00:00 2001 From: sethforprivacy Date: Tue, 18 Jan 2022 13:56:01 -0500 Subject: [PATCH 01/60] Add social icons for podcast platforms Add Bitcoin, Monero, and PeerTube closes #748 --- layouts/partials/svg.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 0583736..46440ff 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -18,6 +18,11 @@ +{{- else if (eq $icon_name "applepodcasts") -}} + + + {{- else if (eq $icon_name "behance") -}} @@ -33,6 +38,11 @@ +{{- else if (eq $icon_name "bitcoin") -}} + + + {{- else if (eq $icon_name "buymeacoffee") -}} +{{- else if (eq $icon_name "googlepodcasts") -}} + + + {{- else if (eq $icon_name "googlescholar") -}} @@ -332,6 +347,11 @@ +{{- else if (eq $icon_name "monero") -}} + + + {{- else if (eq $icon_name "nuget") -}} @@ -344,6 +364,11 @@ +{{- else if (eq $icon_name "overcast") -}} + + + {{- else if (eq $icon_name "paypal") -}} @@ -351,6 +376,11 @@ d="M7.144 19.532l1.049-5.751c.11-.606.691-1.002 1.304-.948 2.155.192 6.877.1 8.818-4.002 2.554-5.397-.59-7.769-6.295-7.769H7.43a1.97 1.97 0 0 0-1.944 1.655L2.77 19.507a.857.857 0 0 0 .846.994h2.368a1.18 1.18 0 0 0 1.161-.969zM7.967 22.522a.74.74 0 0 0 .666.416h2.313c.492 0 .923-.351 1.003-.837l.759-4.601c.095-.523.597-.866 1.127-.819 1.86.166 5.567-.118 6.85-3.821.554-1.6.705-2.954.408-4.018" style="font-variation-settings:normal" stroke="currentColor" stroke-linejoin="miter" /> +{{- else if (eq $icon_name "peertube") -}} + + + {{- else if or (eq $icon_name "pgpkey") (eq $icon_name "key") -}} @@ -363,6 +393,11 @@ +{{- else if (eq $icon_name "pocketcasts") -}} + + + {{- else if (eq $icon_name "polywork") -}}
`'s border to 0 (#870) * Updated post-single.css to set hr's border to 0 * cleanup Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com> --- assets/css/common/post-single.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index b9b9709..237cbc4 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -222,8 +222,7 @@ margin: 30px 0; height: 2px; background: var(--tertiary); - border-top: 0; - border-bottom: 0; + border: 0; } .post-content iframe { From 39910dc27f372488f219b11f074fd2ecd7d0c79f Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Tue, 19 Apr 2022 19:59:39 +0530 Subject: [PATCH 03/60] Update README.md Add stargagers graph thanks to starchart.cc Add emojis --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce755c7..a14b87e 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ Read Wiki For More Details => **[PaperMod-FAQs](https://github.com/adityatelange --- -## Release Changelog +## Release Changelog 📃 Release ChangeLog has info about stuff added: **[Releases](https://github.com/adityatelange/hugo-PaperMod/releases)** --- -## [Pagespeed Insights (100% ?)](https://pagespeed.web.dev/report?url=https://adityatelange.github.io/hugo-PaperMod/) +## [Pagespeed Insights (100% ?)](https://pagespeed.web.dev/report?url=https://adityatelange.github.io/hugo-PaperMod/) 👀 --- @@ -88,3 +88,8 @@ Release ChangeLog has info about stuff added: **[Releases](https://github.com/ad - [**Feather Icons**](https://github.com/feathericons/feather) - [**Simple Icons**](https://github.com/simple-icons/simple-icons) - **All Contributors and Supporters** + +## Stargazers over time 📈 + +[![Stargazers over time](https://starchart.cc/adityatelange/hugo-PaperMod.svg)](https://starchart.cc/adityatelange/hugo-PaperMod) + From c0e7be6534e9ec9d2c199274ee4a8fe37d65f004 Mon Sep 17 00:00:00 2001 From: Nicola Biancolini Date: Tue, 19 Apr 2022 16:52:20 +0200 Subject: [PATCH 04/60] Fix malformed html structure of the translation list on post. (#886) Moves "Translations" word out of `ul` --- layouts/partials/translation_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/translation_list.html b/layouts/partials/translation_list.html index 9d28e15..0028251 100644 --- a/layouts/partials/translation_list.html +++ b/layouts/partials/translation_list.html @@ -2,8 +2,8 @@ {{- if (ne .Layout "search") }} {{- if or .Params.author site.Params.author (.Param "ShowReadingTime") (not .Date.IsZero) }} | {{- end -}} {{- end }} +{{- i18n "translations" | default "Translations" }}: