From f2253b2e836d1404ade0ecd7a325c419ad611cc6 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Wed, 2 Dec 2020 16:04:55 +0530 Subject: [PATCH 1/6] Create FUNDING.yml --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..7c2c434c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: adityatelange +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: ['https://www.buymeacoffee.com/adityatelange', 'https://paypal.me/adityatelangepp'] From 28abfba27e30746cc12ca3cb5a278240ede1edfc Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 4 Dec 2020 16:29:56 +0530 Subject: [PATCH 2/6] home-info: fix title line height close: #102 --- assets/css/post-entry.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/post-entry.css b/assets/css/post-entry.css index 722b597f..17ad48a2 100644 --- a/assets/css/post-entry.css +++ b/assets/css/post-entry.css @@ -21,7 +21,8 @@ } .first-entry .entry-header h2 { - font-size: 34px + font-size: 34px; + line-height: 1.3 } .first-entry .entry-content { From d4b259cd63b0e93c1e7c840b9e18b85f85dfd551 Mon Sep 17 00:00:00 2001 From: Devorange Date: Sat, 5 Dec 2020 15:42:55 +0100 Subject: [PATCH 3/6] list: use absURL for pagination (#109) --- layouts/_default/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index dad1d3ce..b196ae5c 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -54,10 +54,10 @@ From 80954de8bd085a3d5876e86c878088f911307c52 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 5 Dec 2020 20:16:04 +0530 Subject: [PATCH 4/6] anchored-headings: retain anchor link '#' in URL close: #108 --- assets/css/reset.css | 9 ++++++++- layouts/_default/baseof.html | 2 +- layouts/partials/footer.html | 8 ++++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/assets/css/reset.css b/assets/css/reset.css index 96409248..5eb1d1e7 100644 --- a/assets/css/reset.css +++ b/assets/css/reset.css @@ -5,7 +5,14 @@ } html { - -webkit-tap-highlight-color: transparent + -webkit-tap-highlight-color: transparent; + scroll-behavior: smooth +} + +@media screen and (prefers-reduced-motion: reduce) { + html { + scroll-behavior: auto + } } a, diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6036e194..183d1a76 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -12,7 +12,7 @@ {{- if eq $.Site.Params.defaultTheme `dark` -}} {{- print " dark" }} {{- end -}} -" id="top"> +"> {{- partialCached "header.html" . .Page}}
{{- block "main" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3af71053..76d8e497 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,7 +9,7 @@ · Theme PaperMod - +