From f80d1a1e4610c4a9e81b30afe9ad01bbd862ff99 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Thu, 4 Dec 2025 13:50:12 +0000 Subject: [PATCH] chore: sort front matter --- .pre-commit-config.yaml | 2 +- .../hide-the-network-icon-from-windows-7-explorer.md | 2 +- ...os-airport-not-connecting-automatically-to-wi-fi.md | 6 +++--- ...nse-agreement-eula-has-to-be-accepted-every-time.md | 2 +- ...etting-up-apache-and-subversion-on-debian-wheezy.md | 8 ++++---- docs/blog/posts/2011/things-discovered-in-struts-2.md | 2 +- ...hide-star-besides-email-addresses-in-thunderbird.md | 8 ++++---- .../2012/how-to-use-ocl-when-running-emf-standalone.md | 8 ++++---- .../2012/lyx-installing-unknown-document-classes.md | 2 +- ...resql-accepts-any-or-no-password-when-connecting.md | 2 +- .../posts/2012/thunderbird-extension-toggle-headers.md | 6 +++--- ...nts-with-the-svnssh-protocol-and-a-putty-profile.md | 2 +- .../modifying-the-new-child-sub-menu-items-in-emf.md | 8 ++++---- .../2013/reducing-file-size-of-a-pdf-on-mac-os.md | 8 ++++---- .../posts/2013/show-old-title-bar-in-thunderbird.md | 6 +++--- ...cl-when-running-emf-standalone-with-eclipse-mars.md | 6 +++--- ...rom-one-repository-to-another-preserving-history.md | 8 ++++---- ...ve-more-than-one-directory-into-a-new-repository.md | 8 ++++---- docs/blog/posts/2015/mt4j-with-processing-2.md | 2 +- .../2015/thunderbird-extension-hide-badge-icon.md | 8 ++++---- .../thunderbird-extension-toggle-headers-updated.md | 6 +++--- .../posts/2016/firefox-close-tab-button-on-hover.md | 10 +++++----- .../2016/ios-how-to-fix-or-change-voicemail-number.md | 2 +- .../posts/2017/airdrop-on-macos-working-unreliably.md | 6 +++--- .../deploying-angular-application-on-apache-server.md | 8 ++++---- ...ing-into-the-firefox-ui-for-the-tab-close-button.md | 6 +++--- ...g-music-and-videos-onto-iphone-ipad-using-itunes.md | 8 ++++---- ...serialized-in-xmi-available-in-json-with-emfjson.md | 8 ++++---- ...rbird-add-on-to-mailextension-for-thunderbird-68.md | 6 +++--- docs/blog/posts/2020/migrating-data-to-nextcloud.md | 8 ++++---- docs/blog/posts/2020/notes-on-docker.md | 8 ++++---- .../posts/2020/notes-on-setting-up-my-raspberry-pi.md | 8 ++++---- .../posts/2020/notes-on-traefik-v2-nextcloud-etc.md | 8 ++++---- docs/blog/posts/2021/covid-19-montreal-dashboard.md | 6 +++--- .../2021/django-django_tables2-and-bootstrap-table.md | 8 ++++---- docs/blog/posts/2021/sepaq-availability-scraper.md | 6 +++--- docs/blog/posts/2021/set-up-debian.md | 8 ++++---- docs/blog/posts/2021/setting-up-msmtp.md | 8 ++++---- docs/blog/posts/2025/debian-lvm-install.md | 4 ++-- docs/blog/posts/2025/openemr-fhir-oauth2.md | 4 ++-- 40 files changed, 120 insertions(+), 120 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a6de9f..799da0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,7 +56,7 @@ repos: hooks: - id: mdformat language: python - args: [--number] + args: [--number, --sort-front-matter, --strict-front-matter] exclude: ^docs/projects/index.md|docs/research/index.md|docs/research/overview.md$ additional_dependencies: - mdformat-mkdocs==5.1.1 diff --git a/docs/blog/posts/2011/hide-the-network-icon-from-windows-7-explorer.md b/docs/blog/posts/2011/hide-the-network-icon-from-windows-7-explorer.md index 92f74ce..152d231 100644 --- a/docs/blog/posts/2011/hide-the-network-icon-from-windows-7-explorer.md +++ b/docs/blog/posts/2011/hide-the-network-icon-from-windows-7-explorer.md @@ -1,11 +1,11 @@ --- -migrated: true date: created: 2011-03-30 updated: 2024-10-16 # categories: # - Tweaks # - Windows +migrated: true slug: hide-the-network-icon-from-windows-7-explorer --- diff --git a/docs/blog/posts/2011/mac-os-airport-not-connecting-automatically-to-wi-fi.md b/docs/blog/posts/2011/mac-os-airport-not-connecting-automatically-to-wi-fi.md index aeda04a..a92db1f 100644 --- a/docs/blog/posts/2011/mac-os-airport-not-connecting-automatically-to-wi-fi.md +++ b/docs/blog/posts/2011/mac-os-airport-not-connecting-automatically-to-wi-fi.md @@ -1,10 +1,10 @@ --- -migrated: true +categories: + - Mac OS date: created: 2011-03-30 updated: 2011-03-30 -categories: - - Mac OS +migrated: true slug: mac-os-airport-not-connecting-automatically-to-wi-fi --- diff --git a/docs/blog/posts/2011/office-end-user-license-agreement-eula-has-to-be-accepted-every-time.md b/docs/blog/posts/2011/office-end-user-license-agreement-eula-has-to-be-accepted-every-time.md index 42abd40..6038542 100644 --- a/docs/blog/posts/2011/office-end-user-license-agreement-eula-has-to-be-accepted-every-time.md +++ b/docs/blog/posts/2011/office-end-user-license-agreement-eula-has-to-be-accepted-every-time.md @@ -1,10 +1,10 @@ --- -migrated: true date: created: 2011-03-30 updated: 2011-03-30 # categories: # - Office +migrated: true slug: office-end-user-license-agreement-eula-has-to-be-accepted-every-time --- diff --git a/docs/blog/posts/2011/setting-up-apache-and-subversion-on-debian-wheezy.md b/docs/blog/posts/2011/setting-up-apache-and-subversion-on-debian-wheezy.md index 5e95fef..504e649 100644 --- a/docs/blog/posts/2011/setting-up-apache-and-subversion-on-debian-wheezy.md +++ b/docs/blog/posts/2011/setting-up-apache-and-subversion-on-debian-wheezy.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2011-03-21 - updated: 2024-10-17 categories: # - Howto - Linux +date: + created: 2011-03-21 + updated: 2024-10-17 +migrated: true slug: setting-up-apache-and-subversion-on-debian-wheezy --- diff --git a/docs/blog/posts/2011/things-discovered-in-struts-2.md b/docs/blog/posts/2011/things-discovered-in-struts-2.md index 88af7dc..1acd0ee 100644 --- a/docs/blog/posts/2011/things-discovered-in-struts-2.md +++ b/docs/blog/posts/2011/things-discovered-in-struts-2.md @@ -1,11 +1,11 @@ --- -migrated: true date: created: 2011-04-14 updated: 2011-04-14 # categories: # - Java # - Struts +migrated: true slug: things-discovered-in-struts-2 --- diff --git a/docs/blog/posts/2012/hide-star-besides-email-addresses-in-thunderbird.md b/docs/blog/posts/2012/hide-star-besides-email-addresses-in-thunderbird.md index 33f2b1c..565bcf8 100644 --- a/docs/blog/posts/2012/hide-star-besides-email-addresses-in-thunderbird.md +++ b/docs/blog/posts/2012/hide-star-besides-email-addresses-in-thunderbird.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2012-02-07 - updated: 2012-02-07 categories: - Thunderbird # - Tweaks +date: + created: 2012-02-07 + updated: 2012-02-07 +migrated: true slug: hide-star-besides-email-addresses-in-thunderbird --- diff --git a/docs/blog/posts/2012/how-to-use-ocl-when-running-emf-standalone.md b/docs/blog/posts/2012/how-to-use-ocl-when-running-emf-standalone.md index 5779816..e6d3667 100644 --- a/docs/blog/posts/2012/how-to-use-ocl-when-running-emf-standalone.md +++ b/docs/blog/posts/2012/how-to-use-ocl-when-running-emf-standalone.md @@ -1,12 +1,12 @@ --- -migrated: true -date: - created: 2012-05-31 - updated: 2015-08-18 categories: - Eclipse Modeling Framework (EMF) # - Howto # - Java +date: + created: 2012-05-31 + updated: 2015-08-18 +migrated: true slug: how-to-use-ocl-when-running-emf-standalone --- diff --git a/docs/blog/posts/2012/lyx-installing-unknown-document-classes.md b/docs/blog/posts/2012/lyx-installing-unknown-document-classes.md index 6fab54a..c51be81 100644 --- a/docs/blog/posts/2012/lyx-installing-unknown-document-classes.md +++ b/docs/blog/posts/2012/lyx-installing-unknown-document-classes.md @@ -1,10 +1,10 @@ --- -migrated: true date: created: 2012-05-29 updated: 2013-04-05 # categories: # - Mac OS +migrated: true slug: lyx-installing-unknown-document-classes --- diff --git a/docs/blog/posts/2012/postgresql-accepts-any-or-no-password-when-connecting.md b/docs/blog/posts/2012/postgresql-accepts-any-or-no-password-when-connecting.md index 02ab9f1..ba10266 100644 --- a/docs/blog/posts/2012/postgresql-accepts-any-or-no-password-when-connecting.md +++ b/docs/blog/posts/2012/postgresql-accepts-any-or-no-password-when-connecting.md @@ -1,8 +1,8 @@ --- -migrated: true date: created: 2012-05-19 updated: 2012-05-19 +migrated: true slug: postgresql-accepts-any-or-no-password-when-connecting --- diff --git a/docs/blog/posts/2012/thunderbird-extension-toggle-headers.md b/docs/blog/posts/2012/thunderbird-extension-toggle-headers.md index 0bed1af..efe36a4 100644 --- a/docs/blog/posts/2012/thunderbird-extension-toggle-headers.md +++ b/docs/blog/posts/2012/thunderbird-extension-toggle-headers.md @@ -1,10 +1,10 @@ --- -migrated: true +categories: + - Thunderbird date: created: 2012-02-07 updated: 2024-12-14 -categories: - - Thunderbird +migrated: true slug: thunderbird-extension-toggle-headers --- diff --git a/docs/blog/posts/2012/using-multiple-svn-clients-with-the-svnssh-protocol-and-a-putty-profile.md b/docs/blog/posts/2012/using-multiple-svn-clients-with-the-svnssh-protocol-and-a-putty-profile.md index 232ffcf..ba1a032 100644 --- a/docs/blog/posts/2012/using-multiple-svn-clients-with-the-svnssh-protocol-and-a-putty-profile.md +++ b/docs/blog/posts/2012/using-multiple-svn-clients-with-the-svnssh-protocol-and-a-putty-profile.md @@ -1,10 +1,10 @@ --- -migrated: true date: created: 2012-05-10 updated: 2012-05-10 # categories: # - Subversion +migrated: true slug: using-multiple-svn-clients-with-the-svnssh-protocol-and-a-putty-profile --- diff --git a/docs/blog/posts/2013/modifying-the-new-child-sub-menu-items-in-emf.md b/docs/blog/posts/2013/modifying-the-new-child-sub-menu-items-in-emf.md index 4c1a809..7ba20a3 100644 --- a/docs/blog/posts/2013/modifying-the-new-child-sub-menu-items-in-emf.md +++ b/docs/blog/posts/2013/modifying-the-new-child-sub-menu-items-in-emf.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2013-05-02 - updated: 2013-05-02 categories: - Eclipse Modeling Framework (EMF) # - Java +date: + created: 2013-05-02 + updated: 2013-05-02 +migrated: true slug: modifying-the-new-child-sub-menu-items-in-emf --- diff --git a/docs/blog/posts/2013/reducing-file-size-of-a-pdf-on-mac-os.md b/docs/blog/posts/2013/reducing-file-size-of-a-pdf-on-mac-os.md index d91d05e..d4aba90 100644 --- a/docs/blog/posts/2013/reducing-file-size-of-a-pdf-on-mac-os.md +++ b/docs/blog/posts/2013/reducing-file-size-of-a-pdf-on-mac-os.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2013-04-25 - updated: 2017-12-12 categories: # - Howto - Mac OS +date: + created: 2013-04-25 + updated: 2017-12-12 +migrated: true slug: reducing-file-size-of-a-pdf-on-mac-os --- diff --git a/docs/blog/posts/2013/show-old-title-bar-in-thunderbird.md b/docs/blog/posts/2013/show-old-title-bar-in-thunderbird.md index f3b728a..790b6a3 100644 --- a/docs/blog/posts/2013/show-old-title-bar-in-thunderbird.md +++ b/docs/blog/posts/2013/show-old-title-bar-in-thunderbird.md @@ -1,10 +1,10 @@ --- -migrated: true +categories: + - Thunderbird date: created: 2013-05-25 updated: 2013-05-25 -categories: - - Thunderbird +migrated: true slug: show-old-title-bar-in-thunderbird --- diff --git a/docs/blog/posts/2015/how-to-use-ocl-when-running-emf-standalone-with-eclipse-mars.md b/docs/blog/posts/2015/how-to-use-ocl-when-running-emf-standalone-with-eclipse-mars.md index 7a1127a..c073bc8 100644 --- a/docs/blog/posts/2015/how-to-use-ocl-when-running-emf-standalone-with-eclipse-mars.md +++ b/docs/blog/posts/2015/how-to-use-ocl-when-running-emf-standalone-with-eclipse-mars.md @@ -1,10 +1,10 @@ --- -migrated: true +categories: + - Eclipse Modeling Framework (EMF) date: created: 2015-08-18 updated: 2015-08-18 -categories: - - Eclipse Modeling Framework (EMF) +migrated: true slug: how-to-use-ocl-when-running-emf-standalone-with-eclipse-mars --- diff --git a/docs/blog/posts/2015/move-directory-from-one-repository-to-another-preserving-history.md b/docs/blog/posts/2015/move-directory-from-one-repository-to-another-preserving-history.md index a1f41b1..4cc6121 100644 --- a/docs/blog/posts/2015/move-directory-from-one-repository-to-another-preserving-history.md +++ b/docs/blog/posts/2015/move-directory-from-one-repository-to-another-preserving-history.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2015-06-19 - updated: 2019-10-28 categories: - Git # - Howto +date: + created: 2015-06-19 + updated: 2019-10-28 +migrated: true slug: move-directory-from-one-repository-to-another-preserving-history --- diff --git a/docs/blog/posts/2015/move-more-than-one-directory-into-a-new-repository.md b/docs/blog/posts/2015/move-more-than-one-directory-into-a-new-repository.md index c05ed78..9e56a17 100644 --- a/docs/blog/posts/2015/move-more-than-one-directory-into-a-new-repository.md +++ b/docs/blog/posts/2015/move-more-than-one-directory-into-a-new-repository.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2015-08-18 - updated: 2015-08-18 categories: - Git # - Howto +date: + created: 2015-08-18 + updated: 2015-08-18 +migrated: true slug: move-more-than-one-directory-into-a-new-repository --- diff --git a/docs/blog/posts/2015/mt4j-with-processing-2.md b/docs/blog/posts/2015/mt4j-with-processing-2.md index c3570a5..25c9068 100644 --- a/docs/blog/posts/2015/mt4j-with-processing-2.md +++ b/docs/blog/posts/2015/mt4j-with-processing-2.md @@ -1,10 +1,10 @@ --- -migrated: true date: created: 2015-08-19 updated: 2015-08-19 # categories: # - Java +migrated: true slug: mt4j-with-processing-2 --- diff --git a/docs/blog/posts/2015/thunderbird-extension-hide-badge-icon.md b/docs/blog/posts/2015/thunderbird-extension-hide-badge-icon.md index 2dc14cf..6bea2ee 100644 --- a/docs/blog/posts/2015/thunderbird-extension-hide-badge-icon.md +++ b/docs/blog/posts/2015/thunderbird-extension-hide-badge-icon.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2015-11-10 - updated: 2015-11-10 categories: # - Mac OS - Thunderbird +date: + created: 2015-11-10 + updated: 2015-11-10 +migrated: true slug: thunderbird-extension-hide-badge-icon --- diff --git a/docs/blog/posts/2015/thunderbird-extension-toggle-headers-updated.md b/docs/blog/posts/2015/thunderbird-extension-toggle-headers-updated.md index 9874466..a7feb44 100644 --- a/docs/blog/posts/2015/thunderbird-extension-toggle-headers-updated.md +++ b/docs/blog/posts/2015/thunderbird-extension-toggle-headers-updated.md @@ -1,10 +1,10 @@ --- -migrated: true +categories: + - Thunderbird date: created: 2015-11-10 updated: 2015-11-10 -categories: - - Thunderbird +migrated: true slug: thunderbird-extension-toggle-headers-updated --- diff --git a/docs/blog/posts/2016/firefox-close-tab-button-on-hover.md b/docs/blog/posts/2016/firefox-close-tab-button-on-hover.md index aa499b3..925ce16 100644 --- a/docs/blog/posts/2016/firefox-close-tab-button-on-hover.md +++ b/docs/blog/posts/2016/firefox-close-tab-button-on-hover.md @@ -1,13 +1,13 @@ --- -migrated: true -date: - created: 2016-01-04 - updated: 2023-05-28 categories: - Firefox # - Howto -slug: firefox-close-tab-button-on-hover +date: + created: 2016-01-04 + updated: 2023-05-28 +migrated: true pin: true +slug: firefox-close-tab-button-on-hover --- # Firefox close tab button on hover diff --git a/docs/blog/posts/2016/ios-how-to-fix-or-change-voicemail-number.md b/docs/blog/posts/2016/ios-how-to-fix-or-change-voicemail-number.md index 15a46b0..2195381 100644 --- a/docs/blog/posts/2016/ios-how-to-fix-or-change-voicemail-number.md +++ b/docs/blog/posts/2016/ios-how-to-fix-or-change-voicemail-number.md @@ -1,11 +1,11 @@ --- -migrated: true date: created: 2016-01-04 updated: 2016-01-04 # categories: # - Howto # - iOS +migrated: true slug: ios-how-to-fix-or-change-voicemail-number --- diff --git a/docs/blog/posts/2017/airdrop-on-macos-working-unreliably.md b/docs/blog/posts/2017/airdrop-on-macos-working-unreliably.md index c3bbd3c..481a919 100644 --- a/docs/blog/posts/2017/airdrop-on-macos-working-unreliably.md +++ b/docs/blog/posts/2017/airdrop-on-macos-working-unreliably.md @@ -1,10 +1,10 @@ --- -migrated: true +categories: + - Mac OS date: created: 2017-12-08 updated: 2017-12-08 -categories: - - Mac OS +migrated: true slug: airdrop-on-macos-working-unreliably --- diff --git a/docs/blog/posts/2018/deploying-angular-application-on-apache-server.md b/docs/blog/posts/2018/deploying-angular-application-on-apache-server.md index 7b818ed..14c2237 100644 --- a/docs/blog/posts/2018/deploying-angular-application-on-apache-server.md +++ b/docs/blog/posts/2018/deploying-angular-application-on-apache-server.md @@ -1,12 +1,12 @@ --- -migrated: true -date: - created: 2018-09-12 - updated: 2018-09-12 categories: # - Frameworks # - Hints - Web Development +date: + created: 2018-09-12 + updated: 2018-09-12 +migrated: true slug: deploying-angular-application-on-apache-server --- diff --git a/docs/blog/posts/2018/digging-into-the-firefox-ui-for-the-tab-close-button.md b/docs/blog/posts/2018/digging-into-the-firefox-ui-for-the-tab-close-button.md index a14bfb2..d40a09e 100644 --- a/docs/blog/posts/2018/digging-into-the-firefox-ui-for-the-tab-close-button.md +++ b/docs/blog/posts/2018/digging-into-the-firefox-ui-for-the-tab-close-button.md @@ -1,10 +1,10 @@ --- -migrated: true +categories: + - Firefox date: created: 2018-07-25 updated: 2023-05-28 -categories: - - Firefox +migrated: true slug: digging-into-the-firefox-ui-for-the-tab-close-button --- diff --git a/docs/blog/posts/2019/how-to-drag-music-and-videos-onto-iphone-ipad-using-itunes.md b/docs/blog/posts/2019/how-to-drag-music-and-videos-onto-iphone-ipad-using-itunes.md index 68128d6..5e4a947 100644 --- a/docs/blog/posts/2019/how-to-drag-music-and-videos-onto-iphone-ipad-using-itunes.md +++ b/docs/blog/posts/2019/how-to-drag-music-and-videos-onto-iphone-ipad-using-itunes.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2019-11-14 - updated: 2019-11-14 categories: # - Hints - iOS +date: + created: 2019-11-14 + updated: 2019-11-14 +migrated: true slug: how-to-drag-music-and-videos-onto-iphone-ipad-using-itunes --- diff --git a/docs/blog/posts/2019/making-emf-models-serialized-in-xmi-available-in-json-with-emfjson.md b/docs/blog/posts/2019/making-emf-models-serialized-in-xmi-available-in-json-with-emfjson.md index e980975..f4ff99c 100644 --- a/docs/blog/posts/2019/making-emf-models-serialized-in-xmi-available-in-json-with-emfjson.md +++ b/docs/blog/posts/2019/making-emf-models-serialized-in-xmi-available-in-json-with-emfjson.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2019-12-12 - updated: 2019-12-12 categories: - Eclipse Modeling Framework (EMF) # - Java +date: + created: 2019-12-12 + updated: 2019-12-12 +migrated: true slug: making-emf-models-serialized-in-xmi-available-in-json-with-emfjson --- diff --git a/docs/blog/posts/2019/migrate-legacy-thunderbird-add-on-to-mailextension-for-thunderbird-68.md b/docs/blog/posts/2019/migrate-legacy-thunderbird-add-on-to-mailextension-for-thunderbird-68.md index 55e8895..2b99eaa 100644 --- a/docs/blog/posts/2019/migrate-legacy-thunderbird-add-on-to-mailextension-for-thunderbird-68.md +++ b/docs/blog/posts/2019/migrate-legacy-thunderbird-add-on-to-mailextension-for-thunderbird-68.md @@ -1,10 +1,10 @@ --- -migrated: true +categories: + - Thunderbird date: created: 2019-12-11 updated: 2019-12-11 -categories: - - Thunderbird +migrated: true slug: migrate-legacy-thunderbird-add-on-to-mailextension-for-thunderbird-68 --- diff --git a/docs/blog/posts/2020/migrating-data-to-nextcloud.md b/docs/blog/posts/2020/migrating-data-to-nextcloud.md index f142504..5f77346 100644 --- a/docs/blog/posts/2020/migrating-data-to-nextcloud.md +++ b/docs/blog/posts/2020/migrating-data-to-nextcloud.md @@ -1,12 +1,12 @@ --- -migrated: true -date: - created: 2020-01-14 - updated: 2020-01-14 categories: # - Howto # - Nextcloud - Self-hosting +date: + created: 2020-01-14 + updated: 2020-01-14 +migrated: true slug: migrating-data-to-nextcloud --- diff --git a/docs/blog/posts/2020/notes-on-docker.md b/docs/blog/posts/2020/notes-on-docker.md index b14c702..c8b0b71 100644 --- a/docs/blog/posts/2020/notes-on-docker.md +++ b/docs/blog/posts/2020/notes-on-docker.md @@ -1,13 +1,13 @@ --- -migrated: true -date: - created: 2020-01-08 - updated: 2024-10-23 categories: - Docker # - Howto # - Raspberry Pi # - Self-hosting +date: + created: 2020-01-08 + updated: 2024-10-23 +migrated: true slug: notes-on-docker --- diff --git a/docs/blog/posts/2020/notes-on-setting-up-my-raspberry-pi.md b/docs/blog/posts/2020/notes-on-setting-up-my-raspberry-pi.md index 311a511..b9ed5c5 100644 --- a/docs/blog/posts/2020/notes-on-setting-up-my-raspberry-pi.md +++ b/docs/blog/posts/2020/notes-on-setting-up-my-raspberry-pi.md @@ -1,12 +1,12 @@ --- -migrated: true -date: - created: 2020-01-06 - updated: 2024-10-22 categories: # - Howto # - Raspberry Pi - Self-hosting +date: + created: 2020-01-06 + updated: 2024-10-22 +migrated: true slug: notes-on-setting-up-my-raspberry-pi --- diff --git a/docs/blog/posts/2020/notes-on-traefik-v2-nextcloud-etc.md b/docs/blog/posts/2020/notes-on-traefik-v2-nextcloud-etc.md index af77485..119996f 100644 --- a/docs/blog/posts/2020/notes-on-traefik-v2-nextcloud-etc.md +++ b/docs/blog/posts/2020/notes-on-traefik-v2-nextcloud-etc.md @@ -1,14 +1,14 @@ --- -migrated: true -date: - created: 2020-01-16 - updated: 2022-12-17 categories: # - Docker # - Howto # - Nextcloud # - Raspberry Pi - Self-hosting +date: + created: 2020-01-16 + updated: 2022-12-17 +migrated: true slug: notes-on-traefik-v2-nextcloud-etc --- diff --git a/docs/blog/posts/2021/covid-19-montreal-dashboard.md b/docs/blog/posts/2021/covid-19-montreal-dashboard.md index f7fa964..d1f3f2a 100644 --- a/docs/blog/posts/2021/covid-19-montreal-dashboard.md +++ b/docs/blog/posts/2021/covid-19-montreal-dashboard.md @@ -1,10 +1,10 @@ --- -migrated: true +categories: + - Projects date: created: 2021-05-17 updated: 2021-05-17 -categories: - - Projects +migrated: true slug: covid-19-montreal-dashboard --- diff --git a/docs/blog/posts/2021/django-django_tables2-and-bootstrap-table.md b/docs/blog/posts/2021/django-django_tables2-and-bootstrap-table.md index 57563cf..6d7e590 100644 --- a/docs/blog/posts/2021/django-django_tables2-and-bootstrap-table.md +++ b/docs/blog/posts/2021/django-django_tables2-and-bootstrap-table.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2021-05-28 - updated: 2023-06-23 categories: - Django # - Howto +date: + created: 2021-05-28 + updated: 2023-06-23 +migrated: true slug: django-django_tables2-and-bootstrap-table --- diff --git a/docs/blog/posts/2021/sepaq-availability-scraper.md b/docs/blog/posts/2021/sepaq-availability-scraper.md index 9f953b0..fe13fe3 100644 --- a/docs/blog/posts/2021/sepaq-availability-scraper.md +++ b/docs/blog/posts/2021/sepaq-availability-scraper.md @@ -1,10 +1,10 @@ --- -migrated: true +categories: + - Projects date: created: 2021-05-12 updated: 2021-05-12 -categories: - - Projects +migrated: true slug: sepaq-availability-scraper --- diff --git a/docs/blog/posts/2021/set-up-debian.md b/docs/blog/posts/2021/set-up-debian.md index 0c4c15a..596969e 100644 --- a/docs/blog/posts/2021/set-up-debian.md +++ b/docs/blog/posts/2021/set-up-debian.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2021-03-18 - updated: 2024-04-04 categories: # - Howto - Linux +date: + created: 2021-03-18 + updated: 2024-04-04 +migrated: true slug: set-up-debian --- diff --git a/docs/blog/posts/2021/setting-up-msmtp.md b/docs/blog/posts/2021/setting-up-msmtp.md index d51e34a..f247a98 100644 --- a/docs/blog/posts/2021/setting-up-msmtp.md +++ b/docs/blog/posts/2021/setting-up-msmtp.md @@ -1,11 +1,11 @@ --- -migrated: true -date: - created: 2021-05-12 - updated: 2021-05-12 categories: # - Howto - Linux +date: + created: 2021-05-12 + updated: 2021-05-12 +migrated: true slug: setting-up-msmtp --- diff --git a/docs/blog/posts/2025/debian-lvm-install.md b/docs/blog/posts/2025/debian-lvm-install.md index 74a42c9..3c1edc0 100644 --- a/docs/blog/posts/2025/debian-lvm-install.md +++ b/docs/blog/posts/2025/debian-lvm-install.md @@ -1,8 +1,8 @@ --- -date: - created: 2025-04-04 categories: - Linux +date: + created: 2025-04-04 --- # Installing Debian on a Server with Partitions using LVM diff --git a/docs/blog/posts/2025/openemr-fhir-oauth2.md b/docs/blog/posts/2025/openemr-fhir-oauth2.md index cedc551..fb4ae59 100644 --- a/docs/blog/posts/2025/openemr-fhir-oauth2.md +++ b/docs/blog/posts/2025/openemr-fhir-oauth2.md @@ -1,8 +1,8 @@ --- -date: - created: 2025-07-23 categories: - Digital Healthcare +date: + created: 2025-07-23 --- # Authenticating as a system user with OpenEMR's FHIR API using OAuth2