From f6f709c09c1636ae408c0c880945f7ece72d4328 Mon Sep 17 00:00:00 2001 From: David Moll Date: Fri, 12 Apr 2024 00:18:31 +0200 Subject: [PATCH 1/5] Exchanged Quillpad with Joplin --- src/blog/2024-01-19-default-apps/2024-01-19-default-apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blog/2024-01-19-default-apps/2024-01-19-default-apps.md b/src/blog/2024-01-19-default-apps/2024-01-19-default-apps.md index f820af9..649df52 100644 --- a/src/blog/2024-01-19-default-apps/2024-01-19-default-apps.md +++ b/src/blog/2024-01-19-default-apps/2024-01-19-default-apps.md @@ -19,7 +19,7 @@ There is currently a trend going on where people post a list of their apps and p | Service | App | Links | | ------------------------------------- |--------:| ---------: | | Mail Client | Mozilla Thunderbird | [Website](https://www.thunderbird.net/en-US/) | -| Notes, To-Do, Bookmarks, Read It Later | Quillpad | [Github](https://github.com/quillpad/quillpad) [F-Droid](https://f-droid.org/packages/io.github.quillpad/) [Play Store](https://play.google.com/store/apps/details?id=io.github.quillpad) | +| Notes, To-Do, Bookmarks, Read It Later | Joplin | [Joplin](https://joplinapp.org/) [Github](https://github.com/laurent22/joplin/) | | Photo Management | Photoprism | [Website](https://www.photoprism.app/) [Github](https://github.com/photoprism/photoprism) | | Calendar | Etar | [F-Droid](https://f-droid.org/packages/ws.xsoh.etar/) | | RSS | Feeder | [F-Droid](https://f-droid.org/en/packages/com.nononsenseapps.feeder/) | @@ -34,4 +34,4 @@ There is currently a trend going on where people post a list of their apps and p | OS | Windows 10 (private) & Ubuntu 20.4 (work) | | -You can see the [list of others who shared their defaults here](https://defaults.rknight.me/) \ No newline at end of file +You can see the [list of others who shared their defaults here](https://defaults.rknight.me/) From d0fd60c2a5810ff49d78f2625c837669dff2704a Mon Sep 17 00:00:00 2001 From: David Moll Date: Fri, 12 Apr 2024 10:26:59 +0200 Subject: [PATCH 2/5] Added back speedlify js --- src/_includes/base.njk | 1 + src/_includes/bundle.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_includes/base.njk b/src/_includes/base.njk index 75aa210..fd3b0ad 100644 --- a/src/_includes/base.njk +++ b/src/_includes/base.njk @@ -84,6 +84,7 @@ +
diff --git a/src/_includes/bundle.css b/src/_includes/bundle.css index c485260..c449fb0 100644 --- a/src/_includes/bundle.css +++ b/src/_includes/bundle.css @@ -162,7 +162,7 @@ code { } - speedlify-score { +speedlify-score { display: flex; flex-wrap: wrap; align-items: center; From 5f12a8b77371c16690170aae3a424aeda1d15292 Mon Sep 17 00:00:00 2001 From: David Moll Date: Fri, 12 Apr 2024 10:41:19 +0200 Subject: [PATCH 3/5] Added requests to stats --- src/stats.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stats.njk b/src/stats.njk index 76911f7..fec900a 100644 --- a/src/stats.njk +++ b/src/stats.njk @@ -80,4 +80,4 @@ eleventyExcludeFromCollections: true

Speedlify scores

- + From b2886b235e1efa3f72a2a5343e1895f27dc0fe7f Mon Sep 17 00:00:00 2001 From: David Moll Date: Fri, 12 Apr 2024 10:41:28 +0200 Subject: [PATCH 4/5] Added type to script --- src/_includes/base.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/base.njk b/src/_includes/base.njk index fd3b0ad..9acf6c5 100644 --- a/src/_includes/base.njk +++ b/src/_includes/base.njk @@ -84,7 +84,7 @@ - +
From 1fd5bb9211e18f53c5d503f735d439ce39791e55 Mon Sep 17 00:00:00 2001 From: David Moll Date: Fri, 12 Apr 2024 10:52:15 +0200 Subject: [PATCH 5/5] Made speedlify-js dynamic --- src/_includes/base.njk | 2 ++ src/stats.njk | 1 + 2 files changed, 3 insertions(+) diff --git a/src/_includes/base.njk b/src/_includes/base.njk index 9acf6c5..cf92831 100644 --- a/src/_includes/base.njk +++ b/src/_includes/base.njk @@ -84,7 +84,9 @@ + {% if stats %} + {% endif %}
diff --git a/src/stats.njk b/src/stats.njk index fec900a..e951664 100644 --- a/src/stats.njk +++ b/src/stats.njk @@ -2,6 +2,7 @@ permalink: /stats/ layout: base.njk eleventyExcludeFromCollections: true +stats: true --- {% postGraph collections.posts, { "highlightColor": "#7eb6c9" } %}