From 72241b959bdeef4bb28b52371e86afec636c7020 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 25 Nov 2023 16:00:15 +0100 Subject: [PATCH] update TOML frontmatter to YAML frontmatter on *most* files --- content/APRS/index.md | 26 +++++------ content/_index.md | 8 ++-- content/about/index.md | 27 ++++++------ content/equipment/_index.md | 18 ++++---- content/equipment/accessories/_index.md | 37 +++++++++------- .../accessories/diy599-pa500/index.md | 34 +++++++------- .../homebrew-common-mode-choke/index.md | 37 +++++++++------- .../accessories/mobilinkd-tnc4/index.md | 34 +++++++------- .../equipment/accessories/nanovna-f/index.md | 34 +++++++------- .../equipment/accessories/nanovna/index.md | 34 +++++++------- .../accessories/rigexpert-stick230/index.md | 34 +++++++------- .../accessories/tinysa-ultra/index.md | 34 +++++++------- content/equipment/antennas/_index.md | 36 ++++++++------- .../chameleon-emcomm-3-portable/index.md | 36 ++++++++------- .../antennas/homebrew-20m-dipole/index.md | 44 ++++++++++--------- .../antennas/homebrew-40m-hw-endfed/index.md | 35 ++++++++------- .../antennas/homebrew-80m-hw-endfed/index.md | 38 +++++++++------- content/equipment/handhelds/_index.md | 39 +++++++++------- .../handhelds/anytone-d878uvplus/index.md | 24 +++++----- .../handhelds/hytera-pd785g/index.md | 26 +++++------ .../equipment/handhelds/icom-id52/index.md | 26 ++++++----- .../handhelds/radioddity-gd77/index.md | 26 ++++++----- .../equipment/handhelds/yaesu-ft3d/index.md | 23 +++++----- .../equipment/handhelds/yaesu-ft4xe/index.md | 23 +++++----- content/equipment/software/_index.md | 34 ++++++++------ content/equipment/software/cloudlog/index.md | 36 ++++++++------- content/equipment/software/cqrlog/index.md | 44 ++++++++++--------- content/equipment/software/qlog/index.md | 36 ++++++++------- content/equipment/software/rumlog-ng/index.md | 44 ++++++++++--------- content/equipment/transceivers/_index.md | 33 ++++++++------ .../transceivers/icom-ic7300/index.md | 28 ++++++------ .../transceivers/lab599-tx500/index.md | 40 +++++++++-------- .../transceivers/yaesu-ft891/index.md | 28 +++++++----- content/license/index.md | 28 ++++++------ content/links/index.md | 24 +++++----- content/notes/_index.md | 30 ++++++------- content/notes/raspberry-pi/index.md | 2 +- .../2023/pat-winlink-on-openbsd/index.md | 35 ++++++++------- .../ups-plus-on-the-raspberry-pi-3/index.md | 44 ++++++++++--------- content/privacy/index.md | 29 ++++++------ content/recipes/index.md | 28 ++++++------ .../index.md | 32 +++++++------- .../spam/2023-11-17-netcup-phishing/index.md | 37 ++++++++-------- content/spam/_index.md | 18 ++++---- 44 files changed, 718 insertions(+), 645 deletions(-) diff --git a/content/APRS/index.md b/content/APRS/index.md index 5b5aaad..a30e81a 100644 --- a/content/APRS/index.md +++ b/content/APRS/index.md @@ -1,20 +1,20 @@ -+++ -title = 'APRS' -date = '2023-11-03T20:16:33+01:00' -#lastmod = '' +--- +title: APRS +date: 2023-11-03T20:16:33+01:00 +#lastmod: -showDate = false -showReadingTime = false -showWordCount = false -showPagination = false -showAuthor = false +showDate: false +showReadingTime: false +showWordCount: false +showPagination: false +showAuthor: false -sharingLinks = false +sharingLinks: false -feed_exclude = true -# site_exclude = true +feed_exclude: true +# site_exclude: true -+++ +--- So there is this little page that shows you some information about my devices on the [aprs.fi][1] website. Currently you may find the diff --git a/content/_index.md b/content/_index.md index 985e7b7..e39405b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,8 @@ -+++ -title = "OE7DRT" -description = "my personal website" +--- +title: OE7DRT +description: my personal website -+++ +--- This is my personal website that I use mainly to keep track on different topics mainly on tech stuff like diff --git a/content/about/index.md b/content/about/index.md index c7eebc4..223f5e0 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,22 +1,21 @@ -+++ -# vim: ft=markdown -title = 'Dominic Reich “OE7DRT”' -date = 2019-08-21 -lastmod = '2023-11-17T17:03:17+0000' +--- +title: Dominic Reich “OE7DRT” +date: 2019-08-21 +lastmod: 2023-11-17T17:03:17+0000 -comment = false +comment: false -showDate = false -showReadingTime = false -showWordCount = false -showPagination = false -showAuthor = false +showDate: false +showReadingTime: false +showWordCount: false +showPagination: false +showAuthor: false -sharingLinks = false +sharingLinks: false -feed_exclude = true +feed_exclude: true -+++ +--- ## whoami diff --git a/content/equipment/_index.md b/content/equipment/_index.md index bab3dd8..b474d13 100644 --- a/content/equipment/_index.md +++ b/content/equipment/_index.md @@ -1,14 +1,14 @@ -+++ -title = "Equipment" -groupByYear = false -showDate = false -showDateUpdated = false -showReadingTime = false -showWordCount = false +--- +title: Equipment +groupByYear: false +showDate: false +showDateUpdated: false +showReadingTime: false +showWordCount: false -feed_exclude = true +feed_exclude: true -+++ +--- You may expect reviews here -- but there are only some personal notes on some of the equipment that I had my hands on. diff --git a/content/equipment/accessories/_index.md b/content/equipment/accessories/_index.md index 9ece70a..f2d5bf0 100644 --- a/content/equipment/accessories/_index.md +++ b/content/equipment/accessories/_index.md @@ -1,19 +1,24 @@ -+++ -title = 'Accessories' -# summary = '''like tuners, bags, masts, coax cables etc...''' -summary = '''Additional equipment like antenna tuners, bags, masts, coax -cables...''' -#date = 2019-11-01 -#tags = [ 'accessory', 'portable', 'homebrew', 'tuner', 'choke' ] +--- +title: Accessories +summary: > + Additional equipment like antenna tuners, bags, + masts, coax cables... +#date: 2019-11-01 +#tags: +#- accessory +#- portable +#- homebrew +#- tuner +#- choke -showDate = false -showDateUpdated = false -showReadingTime = false -showBreadcrumbs = true -showPagination = false -showWordCount = false +showDate: false +showDateUpdated: false +showReadingTime: false +showBreadcrumbs: true +showPagination: false +showWordCount: false -feed_exclude = true -weight = 40 +feed_exclude: true +weight: 40 -+++ +--- diff --git a/content/equipment/accessories/diy599-pa500/index.md b/content/equipment/accessories/diy599-pa500/index.md index 1440e00..a3c8731 100644 --- a/content/equipment/accessories/diy599-pa500/index.md +++ b/content/equipment/accessories/diy599-pa500/index.md @@ -1,23 +1,23 @@ -+++ -# vim: ft=markdown -title = 'DIY599 PA500' -summary = '' -date = '2023-05-01T11:43:21+02:00' -# lastmod = '' -#categories = [ 'amateur-radio' ] -#tags = [ '' ] +--- +title: DIY599 PA500 +summary: +date: 2023-05-01T11:43:21+02:00 +#lastmod: +#categories: +#- amateur-radio +#tags: -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- diff --git a/content/equipment/accessories/homebrew-common-mode-choke/index.md b/content/equipment/accessories/homebrew-common-mode-choke/index.md index 3960852..e93cbc3 100644 --- a/content/equipment/accessories/homebrew-common-mode-choke/index.md +++ b/content/equipment/accessories/homebrew-common-mode-choke/index.md @@ -1,24 +1,27 @@ -+++ -title = 'Homebrew common mode choke' -summary = '''A simple and quite tiny common mode choke that I built for my -portable operations.''' -date = '2023-10-26T13:36:26+02:00' -#lastmod = '' -#categories = [ 'amateur-radio', 'computerstuff' ] -#tags = [] +--- +title: Homebrew common mode choke +summary: | + A simple and quite tiny common mode choke that I built for my + portable operations. +date: 2023-10-26T13:36:26+02:00 +#lastmod: +#categories: +#- amateur-radio +#- computerstuff +#tags: -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- I've built myself a common mode choke last winter (2022) but haven't created this page yet. Also I haven't used it much because I haven't been very active diff --git a/content/equipment/accessories/mobilinkd-tnc4/index.md b/content/equipment/accessories/mobilinkd-tnc4/index.md index f77136c..dd9dac8 100644 --- a/content/equipment/accessories/mobilinkd-tnc4/index.md +++ b/content/equipment/accessories/mobilinkd-tnc4/index.md @@ -1,22 +1,24 @@ -+++ -title = 'Mobilinkd TNC4' -summary = '''''' -date = '2023-10-01T22:24:03+01:00' -#lastmod = '' -categories = [ 'amateur-radio', 'computerstuff' ] -tags = [] +--- +title: Mobilinkd TNC4 +summary: +date: 2023-10-01T22:24:03+01:00 +#lastmod: +#categories: +#- amateur-radio +#- computerstuff +#tags: -# showBreadcrumbs = true -# showDate = false -# showReadingTime = false -# showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- diff --git a/content/equipment/accessories/nanovna-f/index.md b/content/equipment/accessories/nanovna-f/index.md index 1aaa6bd..34ba958 100644 --- a/content/equipment/accessories/nanovna-f/index.md +++ b/content/equipment/accessories/nanovna-f/index.md @@ -1,23 +1,23 @@ -+++ -# vim: ft=markdown -title = 'NanoVNA-F' -summary = '' -date = '2020-07-05' -lastmod = '2023-08-12T15:25:56+0000' -#categories = [ 'amateur-radio' ] -#tags = [] +--- +title: NanoVNA-F +summary: +date: 2020-07-05 +lastmod: 2023-08-12T15:25:56+0000 +#categories: +#- amateur-radio +#tags: -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- diff --git a/content/equipment/accessories/nanovna/index.md b/content/equipment/accessories/nanovna/index.md index 320a726..df78dd0 100644 --- a/content/equipment/accessories/nanovna/index.md +++ b/content/equipment/accessories/nanovna/index.md @@ -1,23 +1,23 @@ -+++ -# vim: ft=markdown -title = 'NanoVNA' -summary = '' -date = '2022-05-16' -lastmod = '2023-08-12T15:25:56+0000' -#categories = [ 'amateur-radio' ] -#tags = [] +--- +title: NanoVNA +summary: +date: 2022-05-16 +lastmod: 2023-08-12T15:25:56+0000 +#categories: +#- amateur-radio +#tags: -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- diff --git a/content/equipment/accessories/rigexpert-stick230/index.md b/content/equipment/accessories/rigexpert-stick230/index.md index a9769de..53256d1 100644 --- a/content/equipment/accessories/rigexpert-stick230/index.md +++ b/content/equipment/accessories/rigexpert-stick230/index.md @@ -1,23 +1,23 @@ -+++ -# vim: ft=markdown -title = 'RigExpert Stick 230' -summary = '' -date = '2022-08-11' -# lastmod = '' -#categories = [ 'amateur-radio' ] -#tags = [ '' ] +--- +title: RigExpert Stick 230 +summary: +date: 2022-08-11 +# lastmod: +#categories: +#- amateur-radio +#tags: -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- diff --git a/content/equipment/accessories/tinysa-ultra/index.md b/content/equipment/accessories/tinysa-ultra/index.md index 76649de..42a7786 100644 --- a/content/equipment/accessories/tinysa-ultra/index.md +++ b/content/equipment/accessories/tinysa-ultra/index.md @@ -1,23 +1,23 @@ -+++ -# vim: ft=markdown -title = 'TinySA ultra' -summary = '' -date = '2023-08-01' -lastmod = '2023-08-12T15:25:56+0000' -#categories = [ 'amateur-radio' ] -#tags = [] +--- +title: TinySA ultra +summary: +date: 2023-08-01 +lastmod: 2023-08-12T15:25:56+0000 +#categories: +#- amateur-radio +#tags: -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- diff --git a/content/equipment/antennas/_index.md b/content/equipment/antennas/_index.md index 02e439d..51e4f45 100644 --- a/content/equipment/antennas/_index.md +++ b/content/equipment/antennas/_index.md @@ -1,17 +1,23 @@ -+++ -title = 'Antennas' -summary = '''I have no idea what antenna you should use. These are the -antennas that I use (or used).''' -#date = 2019-11-01 -#tags = [ 'antenna', 'portable', 'homebrew', 'chameleon', 'sotabeams', '', '',] -showDate = false -showDateUpdated = false -showReadingTime = false -showBreadcrumbs = true -showPagination = false -showWordCount = false +--- +title: Antennas +summary: > + I have no idea what antenna you should use. These are the + antennas that I use (or used). +#date: 2019-11-01 +#tags: +#- antenna +#- portable +#- homebrew +#- chameleon +#- sotabeams +showDate: false +showDateUpdated: false +showReadingTime: false +showBreadcrumbs: true +showPagination: false +showWordCount: false -feed_exclude = true -weight = 30 +feed_exclude: true +weight: 30 -+++ +--- diff --git a/content/equipment/antennas/chameleon-emcomm-3-portable/index.md b/content/equipment/antennas/chameleon-emcomm-3-portable/index.md index 6403ef8..cd46823 100644 --- a/content/equipment/antennas/chameleon-emcomm-3-portable/index.md +++ b/content/equipment/antennas/chameleon-emcomm-3-portable/index.md @@ -1,24 +1,26 @@ -+++ -# vim: ft=markdown -title = 'Chameleon EMCOMM 3 Portable' -summary = '' -date = '2023-04-23T08:35:46+02:00' -# lastmod = '' -#categories = [ 'amateur-radio' ] -#tags = [ 'chameleon', 'portable' ] +--- +title: Chameleon EMCOMM 3 Portable +summary: +date: 2023-04-23T08:35:46+02:00 +lastmod: +#categories: +#- amateur-radio +#tags: +#- chameleon +#- portable' -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- A very rugged and good working antenna, a bit heavy for my taste. diff --git a/content/equipment/antennas/homebrew-20m-dipole/index.md b/content/equipment/antennas/homebrew-20m-dipole/index.md index b4674ab..d9f8b9b 100644 --- a/content/equipment/antennas/homebrew-20m-dipole/index.md +++ b/content/equipment/antennas/homebrew-20m-dipole/index.md @@ -1,24 +1,26 @@ -+++ -# vim: ft=markdown -title = 'Homebrew 20m Dipole' -summary = '' -date = '2023-04-23T08:51:00+02:00' -# lastmod = '' -#categories = [ 'amateur-radio' ] -#tags = [ 'homebrew', 'dipole' ] - -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false - -# feed_exclude = true -# site_exclude = true - -draft = true - -+++ +--- +title: Homebrew 20m Dipole +summary: +date: 2023-04-23T08:51:00+02:00 +lastmod: +#categories: +#- amateur-radio +#tags: +#- homebrew +#- dipole + +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false + +# feed_exclude: true +# site_exclude: true + +draft: true + +--- Beside some other little tryouts this is probably the first antenna that I built myself. It works without a tuner (depending diff --git a/content/equipment/antennas/homebrew-40m-hw-endfed/index.md b/content/equipment/antennas/homebrew-40m-hw-endfed/index.md index f6b0129..031cfae 100644 --- a/content/equipment/antennas/homebrew-40m-hw-endfed/index.md +++ b/content/equipment/antennas/homebrew-40m-hw-endfed/index.md @@ -1,23 +1,24 @@ -+++ -# vim: ft=markdown -title = 'Homebrew 40m Hw Endfed' -summary = '' -date = '2023-05-01T11:45:01+02:00' -# lastmod = '' -#categories = [ 'amateur-radio', 'computerstuff' ] -#tags = [] +--- +title: Homebrew 40m Hw Endfed +summary: +date: 2023-05-01T11:45:01+02:00 +# lastmod: +#categories: +#- amateur-radio +#- computerstuff +#tags: -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- diff --git a/content/equipment/antennas/homebrew-80m-hw-endfed/index.md b/content/equipment/antennas/homebrew-80m-hw-endfed/index.md index 4e874b0..6f1575c 100644 --- a/content/equipment/antennas/homebrew-80m-hw-endfed/index.md +++ b/content/equipment/antennas/homebrew-80m-hw-endfed/index.md @@ -1,24 +1,28 @@ -+++ -# vim: ft=markdown -title = 'Homebrew 80m half-wave end-fed antenna' -summary = '' -date = '2023-05-01T11:44:57+02:00' -# lastmod = '' -#categories = [ 'amateur-radio' ] -#tags = [ 'homebrew', 'end-fed', 'half-wave', 'portable' ] +--- +title: Homebrew 80m half-wave end-fed antenna +summary: +date: 2023-05-01T11:44:57+02:00 +lastmod: +#categories: +#- amateur-radio +#tags: +#- homebrew +#- end-fed +#- half-wave +#- portable -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- This is the long version of my portable homebrew half-wave end-fed antenna. diff --git a/content/equipment/handhelds/_index.md b/content/equipment/handhelds/_index.md index b4ff5fd..3fb09d8 100644 --- a/content/equipment/handhelds/_index.md +++ b/content/equipment/handhelds/_index.md @@ -1,17 +1,26 @@ -+++ -title = "Handhelds" -summary = """The ultra-lightweight transceivers. Mostly for 2m and/or 70cm. -Some are digital-ready.""" -#date = 2019-11-01 -#tags = ["handheld", "portable", "icom", "yaesu", "radioddity", "wouxon", "anytone", "hytera"] -showDate = false -showDateUpdated = false -showReadingTime = false -showBreadcrumbs = true -showPagination = false -showWordCount = false +--- +title: Handhelds +summary: > + The ultra-lightweight transceivers. Mostly for 2m and/or 70cm. + Some are digital-ready. +#date: 2019-11-01 +#tags: +#- handheld +#- portable +#- icom +#- yaesu +#- radioddity +#- wouxon +#- anytone +#- hytera +showDate: false +showDateUpdated: false +showReadingTime: false +showBreadcrumbs: true +showPagination: false +showWordCount: false -feed_exclude = true -weight = 20 +feed_exclude: true +weight: 20 -+++ +--- diff --git a/content/equipment/handhelds/anytone-d878uvplus/index.md b/content/equipment/handhelds/anytone-d878uvplus/index.md index 5dd833a..fb885fb 100644 --- a/content/equipment/handhelds/anytone-d878uvplus/index.md +++ b/content/equipment/handhelds/anytone-d878uvplus/index.md @@ -1,16 +1,18 @@ -+++ -title = 'Anytone D878UV+' -date = '2019-12-08' -lastmod = '2023-10-01T11:36:07+0000' -#categories = [ 'amateur-radio' ] -showBreadcrumbs = true - -# showDate = false -showReadingTime = false -showWordCount = false +--- +title: Anytone D878UV+ +date: 2019-12-08 +lastmod: 2023-10-01T11:36:07+0000 +#categories: +#- amateur-radio + +showBreadcrumbs: true + +# showDate: false +showReadingTime: false +showWordCount: false # showPagination: false -+++ +--- ![Anytone](d878uv.jpg) diff --git a/content/equipment/handhelds/hytera-pd785g/index.md b/content/equipment/handhelds/hytera-pd785g/index.md index ca30382..36a0ba9 100644 --- a/content/equipment/handhelds/hytera-pd785g/index.md +++ b/content/equipment/handhelds/hytera-pd785g/index.md @@ -1,16 +1,16 @@ -+++ -title = 'Hytera PD785G' -summary = '' -date = '2019-12-31' -lastmod = '2023-10-08T19:07:43+0000' -showBreadcrumbs = true - -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false - -+++ +--- +title: Hytera PD785G +summary: +date: 2019-12-31 +lastmod: 2023-10-08T19:07:43+0000 +showBreadcrumbs: true + +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false + +--- ![PD785-G](pd785g.jpg) diff --git a/content/equipment/handhelds/icom-id52/index.md b/content/equipment/handhelds/icom-id52/index.md index cceb8f5..7934e5d 100644 --- a/content/equipment/handhelds/icom-id52/index.md +++ b/content/equipment/handhelds/icom-id52/index.md @@ -1,15 +1,17 @@ -+++ -title = 'Icom ID-52' -summary = '''A really awesome handheld radio -- and it does D-STAR as a bonus. - Check it out -- it's cool!''' -date = '2021-12-10' -lastmod = '2023-10-25T20:41:06+0000' -#categories = [ 'amateur-radio' ] -showBreadcrumbs = true -showReadingTime = false -showWordCount = false - -+++ +--- +title: Icom ID-52 +summary: > + A really awesome handheld radio -- and it does D-STAR as a + bonus. Check it out -- it's cool! +date: 2021-12-10 +lastmod: 2023-10-25T20:41:06+0000 +#categories: +#- amateur-radio +showBreadcrumbs: true +showReadingTime: false +showWordCount: false + +--- ![ID-52](id52.jpg) diff --git a/content/equipment/handhelds/radioddity-gd77/index.md b/content/equipment/handhelds/radioddity-gd77/index.md index 8dcd9e5..83e36b5 100644 --- a/content/equipment/handhelds/radioddity-gd77/index.md +++ b/content/equipment/handhelds/radioddity-gd77/index.md @@ -1,15 +1,17 @@ -+++ -title = 'Radioddity GD-77' -summary = '''Consider the OpenGD77 firmware and you're all set with a - very user friendly and customizable handheld radio.''' -date = '2020-10-17' -lastmod = '2023-11-18T17:23:31+0000' -#categories = [ 'amateur-radio' ] -showBreadcrumbs = true -showReadingTime = false -showWordCount = false - -+++ +--- +title: Radioddity GD-77 +summary: > + Consider the OpenGD77 firmware and you're all set with a very + user friendly and customizable handheld radio. +date: 2020-10-17 +lastmod: 2023-11-18T17:23:31+0000 +#categories: +#- amateur-radio +showBreadcrumbs: true +showReadingTime: false +showWordCount: false + +--- ![GD77](gd77.jpg ) diff --git a/content/equipment/handhelds/yaesu-ft3d/index.md b/content/equipment/handhelds/yaesu-ft3d/index.md index 2cd9ac8..8dcc51a 100644 --- a/content/equipment/handhelds/yaesu-ft3d/index.md +++ b/content/equipment/handhelds/yaesu-ft3d/index.md @@ -1,16 +1,17 @@ -+++ -title = 'Yaesu FT-3D' -date = '2020-05-24' -lastmod = '2023-10-22T12:42:50+0000' -#categories = [ 'amateur-radio' ] -showBreadcrumbs = true - -# showDate = false -showReadingTime = false -showWordCount = false +--- +title: Yaesu FT-3D +date: 2020-05-24 +lastmod: 2023-10-22T12:42:50+0000 +#categories: +#- amateur-radio +showBreadcrumbs: true + +# showDate: false +showReadingTime: false +showWordCount: false # showPagination: false -+++ +--- C4FM as one of the easiest digital operating mode to set up. Enter your callsign and you're good to go. diff --git a/content/equipment/handhelds/yaesu-ft4xe/index.md b/content/equipment/handhelds/yaesu-ft4xe/index.md index 6f8929e..8736ca8 100644 --- a/content/equipment/handhelds/yaesu-ft4xe/index.md +++ b/content/equipment/handhelds/yaesu-ft4xe/index.md @@ -1,16 +1,17 @@ -+++ -title = 'Yaesu FT-4XE' -date = '2019-11-23' -lastmod = '2023-10-08T18:39:40+0000' -#categories = [ 'amateur-radio' ] -showBreadcrumbs = true - -# showDate = false -showReadingTime = false -showWordCount = false +--- +title: Yaesu FT-4XE +date: 2019-11-23 +lastmod: 2023-10-08T18:39:40+0000 +#categories: +#- amateur-radio +showBreadcrumbs: true + +# showDate: false +showReadingTime: false +showWordCount: false # showPagination: false -+++ +--- This is the first handheld radio (and the first radio at all) that I got. diff --git a/content/equipment/software/_index.md b/content/equipment/software/_index.md index fc1dc52..f52aeda 100644 --- a/content/equipment/software/_index.md +++ b/content/equipment/software/_index.md @@ -1,16 +1,22 @@ -+++ -title = "Software" -summary = """Software I use or tested.""" -#date = 2019-11-01 -#tags = ["software", "cqrlog", "n1mm", "log4om", "qlog", "klog"] -showDate = false -showDateUpdated = false -showReadingTime = false -showBreadcrumbs = true -showPagination = false -showWordCount = false +--- +title: Software +summary: Software I use or tested. +#date: 2019-11-01 +#tags: +#- software +#- cqrlog +#- n1mm +#- log4om +#- qlog +#- klog +showDate: false +showDateUpdated: false +showReadingTime: false +showBreadcrumbs: true +showPagination: false +showWordCount: false -feed_exclude = true -weight = 50 +feed_exclude: true +weight: 50 -+++ +--- diff --git a/content/equipment/software/cloudlog/index.md b/content/equipment/software/cloudlog/index.md index e33334f..7bae578 100644 --- a/content/equipment/software/cloudlog/index.md +++ b/content/equipment/software/cloudlog/index.md @@ -1,24 +1,26 @@ -+++ -# vim: ft=markdown -title = 'Cloudlog' -summary = '' -date = '2023-02-10' -# lastmod = '' -#categories = [ 'amateur-radio' ] -#tags = [ 'chameleon', 'portable' ] +--- +title: Cloudlog +summary: +date: 2023-02-10 +# lastmod: +#categories: +#- amateur-radio +#tags: +#- chameleon +#- portable -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- My default logging “application”. It is used online. diff --git a/content/equipment/software/cqrlog/index.md b/content/equipment/software/cqrlog/index.md index c1acfc9..b9064eb 100644 --- a/content/equipment/software/cqrlog/index.md +++ b/content/equipment/software/cqrlog/index.md @@ -1,24 +1,26 @@ -+++ -# vim: ft=markdown -title = 'CQRLOG' -summary = '' -date = '2023-02-10' -# lastmod = '' -#categories = [ 'amateur-radio' ] -#tags = [ 'chameleon', 'portable' ] - -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false - -# feed_exclude = true -# site_exclude = true - -draft = true - -+++ +--- +title: CQRLOG +summary: +date: 2023-02-10 +# lastmod: +#categories: +#- amateur-radio +#tags: +#- chameleon +#- portable + +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false + +# feed_exclude: true +# site_exclude: true + +draft: true + +--- I used this for a while, is very bloated and with it's own database (running mariadb in the “background”) it is very functional. Lets you diff --git a/content/equipment/software/qlog/index.md b/content/equipment/software/qlog/index.md index 3226583..0547497 100644 --- a/content/equipment/software/qlog/index.md +++ b/content/equipment/software/qlog/index.md @@ -1,24 +1,26 @@ -+++ -# vim: ft=markdown -title = 'QLog' -summary = '' -date = '2023-02-10' -# lastmod = '' -#categories = [ 'amateur-radio' ] -#tags = [ 'chameleon', 'portable' ] +--- +title: QLog +summary: +date: 2023-02-10 +# lastmod: +#categories: +#- amateur-radio +#tags: +#- chameleon +#- portable -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- I've tested this in it's early stage and I don't know about it's actual progress, but it looked very promising and actively developed by Ladislav diff --git a/content/equipment/software/rumlog-ng/index.md b/content/equipment/software/rumlog-ng/index.md index 25a786f..0223d1e 100644 --- a/content/equipment/software/rumlog-ng/index.md +++ b/content/equipment/software/rumlog-ng/index.md @@ -1,24 +1,26 @@ -+++ -# vim: ft=markdown -title = 'RUMlogNG' -summary = '' -date = '2023-02-10' -# lastmod = '' -#categories = [ 'amateur-radio' ] -#tags = [ 'chameleon', 'portable' ] - -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false - -# feed_exclude = true -# site_exclude = true - -draft = true - -+++ +--- +title: RUMlogNG +summary: +date: 2023-02-10 +# lastmod: +#categories: +#- amateur-radio +#tags: +#- chameleon +#- portable + +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false + +# feed_exclude: true +# site_exclude: true + +draft: true + +--- For MacOS only. This is one of the best logging applications for MacOS that I know of. If I'd still had my MacbookPro, I'd still run this Application. diff --git a/content/equipment/transceivers/_index.md b/content/equipment/transceivers/_index.md index 677f3a8..36ed5d5 100644 --- a/content/equipment/transceivers/_index.md +++ b/content/equipment/transceivers/_index.md @@ -1,17 +1,22 @@ -+++ -title = "Transceivers" -summary = """The big ones. May contain QRP transceivers.""" -#date = 2022-11-16T22:19:11+01:00 -#tags = ["transceiver", "portable", "icom", "yaesu", "lab599"] +--- +title: Transceivers +summary: The big ones. May contain QRP transceivers. +#date: 2022-11-16T22:19:11+01:00 +#tags: +#- transceiver +#- portable +#- icom +#- yaesu +#- lab599 -showDate = false -showDateUpdated = false -showReadingTime = false -showBreadcrumbs = true -showPagination = false -showWordCount = false +showDate: false +showDateUpdated: false +showReadingTime: false +showBreadcrumbs: true +showPagination: false +showWordCount: false -feed_exclude = true -weight = 10 +feed_exclude: true +weight: 10 -+++ +--- diff --git a/content/equipment/transceivers/icom-ic7300/index.md b/content/equipment/transceivers/icom-ic7300/index.md index 5edb27e..f21f370 100644 --- a/content/equipment/transceivers/icom-ic7300/index.md +++ b/content/equipment/transceivers/icom-ic7300/index.md @@ -1,19 +1,21 @@ -+++ -title = 'Icom IC-7300' -date = '2019-12-07' -#categories = [ 'amateur-radio' ] -#tags = [ 'icom' ] - -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false +--- +title: Icom IC-7300 +date: 2019-12-07 +#categories: +#- amateur-radio +#tags: +#- icom + +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false # showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -+++ +--- The first shortwave transceiver that I bought. I got told this has one of the best receivers and filter techniques on the beginner segment. diff --git a/content/equipment/transceivers/lab599-tx500/index.md b/content/equipment/transceivers/lab599-tx500/index.md index 259e2e2..cbd9c32 100644 --- a/content/equipment/transceivers/lab599-tx500/index.md +++ b/content/equipment/transceivers/lab599-tx500/index.md @@ -1,22 +1,24 @@ -+++ -title = 'Lab599 Discovery TX-500' -summary = '''A nice radio for portable operation. None of my other radios can beat - this one out in the field.''' -date = '2022-11-04' -#lastmod = '2022-11-12T19:51:31+01:00' -#categories = [ 'amateur-radio' ] -#tags = [ 'lab599' ] - -showBreadcrumbs = true -# showDate = false -showReadingTime = false -showWordCount = false -# showPagination = false - -# feed_exclude = true -# site_exclude = true - -+++ +--- +title: Lab599 Discovery TX-500 +summary: > + A nice radio for portable operation. +date: 2022-11-04 +#lastmod: 2022-11-12T19:51:31+01:00 +#categories: +#- amateur-radio +#tags: +#- lab599 + +showBreadcrumbs: true +# showDate: false +showReadingTime: false +showWordCount: false +# showPagination: false + +# feed_exclude: true +# site_exclude: true + +--- This is the third HF transceiver that I bought. I was looking for a while for an alternative to the FT-891, because I wanted something leightweight for my diff --git a/content/equipment/transceivers/yaesu-ft891/index.md b/content/equipment/transceivers/yaesu-ft891/index.md index 6171cb3..f854d30 100644 --- a/content/equipment/transceivers/yaesu-ft891/index.md +++ b/content/equipment/transceivers/yaesu-ft891/index.md @@ -1,15 +1,19 @@ -+++ -title = 'Yaesu FT-891' -aliases = [ '/equipment/transceiver/yaesu-fd891/', '/equipment/transceiver/yaesu-ft891/' ] -date = '2020-06-21T14:20:47+01:00' -#lastmod = '2022-11-12T19:51:31+01:00' -#categories = [ 'amateur-radio' ] -#tags = [ 'yaesu' ] -showBreadcrumbs = true -showReadingTime = false -showWordCount = false - -+++ +--- +title: Yaesu FT-891 +aliases: +- /equipment/transceiver/yaesu-fd891/ +- /equipment/transceiver/yaesu-ft891/ +date: 2020-06-21T14:20:47+01:00 +#lastmod: 2022-11-12T19:51:31+01:00 +#categories: +#- amateur-radio +#tags: +#- yaesu +showBreadcrumbs: true +showReadingTime: false +showWordCount: false + +--- I got this because the IC-7300 was too chunky to be effectively transported within a rucksack. Also I feared scratches in its big diff --git a/content/license/index.md b/content/license/index.md index 05b158a..0e77cfa 100644 --- a/content/license/index.md +++ b/content/license/index.md @@ -1,22 +1,22 @@ -+++ -title = "LICENSE" -date = "2022-12-04T18:15:03+01:00" -lastmod = '2023-11-17T17:03:17+0000' +--- +title: LICENSE +date: 2022-12-04T18:15:03+01:00 +lastmod: 2023-11-17T17:03:17+0000 -comment = false +comment: false -showDate = false -showReadingTime = false -showWordCount = false -showPagination = false -showAuthor = false +showDate: false +showReadingTime: false +showWordCount: false +showPagination: false +showAuthor: false -sharingLinks = false +sharingLinks: false -feed_exclude = true -#site_exclude = true +feed_exclude: true +#site_exclude: true -+++ +--- The **content** (all non-code content) on my website is licensed under the [CC BY-NC-ND 4.0][cc] --- unless specified otherwise. diff --git a/content/links/index.md b/content/links/index.md index cacd713..bcf762e 100644 --- a/content/links/index.md +++ b/content/links/index.md @@ -1,19 +1,19 @@ -+++ -title = "Links" -summary = """Listing links of (hopefully) useful websites""" -date = "2022-11-20T15:56:36+0100" -lastmod = '2023-04-10T08:06:48+0000' +--- +title: Links +summary: Listing links of (hopefully) useful websites +date: 2022-11-20T15:56:36+0100 +lastmod: 2023-04-10T08:06:48+0000 -comment = false +comment: false -showDate = false -showReadingTime = false -showWordCount = false -showPagination = false +showDate: false +showReadingTime: false +showWordCount: false +showPagination: false -feed_exclude = true +feed_exclude: true -+++ +--- Nothing to see here, move along! diff --git a/content/notes/_index.md b/content/notes/_index.md index 77a18e1..82a490d 100644 --- a/content/notes/_index.md +++ b/content/notes/_index.md @@ -1,23 +1,23 @@ -+++ -title = 'Notes' -date = '2023-11-04T08:01:00+01:00' -#lastmod = '' +--- +title: Notes +date: 2023-11-04T08:01:00+01:00 +#lastmod: -groupByYear = false -showDate = false -showDateUpdated = false -showReadingTime = false -showWordCount = false -showBreadcrumbs = true +groupByYear: false +showDate: false +showDateUpdated: false +showReadingTime: false +showWordCount: false +showBreadcrumbs: true -feed_exclude = true +feed_exclude: true -#showPagination = false -#showAuthor = false +#showPagination: false +#showAuthor: false -draft = true +draft: true -+++ +--- These are my notes. They are usually too small to create an extra article. diff --git a/content/notes/raspberry-pi/index.md b/content/notes/raspberry-pi/index.md index 88ad586..5e016c3 100644 --- a/content/notes/raspberry-pi/index.md +++ b/content/notes/raspberry-pi/index.md @@ -1,5 +1,5 @@ --- -title: "Raspberry Pi" +title: Raspberry Pi date: 2023-11-25T09:14:35+01:00 #lastmod: diff --git a/content/posts/2023/pat-winlink-on-openbsd/index.md b/content/posts/2023/pat-winlink-on-openbsd/index.md index 0af5e7c..7ae0f78 100644 --- a/content/posts/2023/pat-winlink-on-openbsd/index.md +++ b/content/posts/2023/pat-winlink-on-openbsd/index.md @@ -1,22 +1,25 @@ -+++ -title = 'Pat winlink on OpenBSD' -summary = '''Trying out [pat](https://getpat.io) on my OpenBSD laptop.''' -date = '2023-11-12T14:18:57+01:00' -#lastmod = '' -categories = [ 'amateur-radio' ] -tags = [ 'winlink', 'openbsd' ] +--- +title: Pat winlink on OpenBSD +summary: Trying out [pat](https://getpat.io) on my OpenBSD laptop. +date: 2023-11-12T14:18:57+01:00 +#lastmod: +categories: +- amateur-radio +tags: +- winlink +- openbsd -# showBreadcrumbs = true -# showDate = false -# showReadingTime = false -# showWordCount = false -# showPagination = false +# showBreadcrumbs: true +# showDate: false +# showReadingTime: false +# showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- diff --git a/content/posts/2023/ups-plus-on-the-raspberry-pi-3/index.md b/content/posts/2023/ups-plus-on-the-raspberry-pi-3/index.md index 6ae0a26..8bc8f6b 100644 --- a/content/posts/2023/ups-plus-on-the-raspberry-pi-3/index.md +++ b/content/posts/2023/ups-plus-on-the-raspberry-pi-3/index.md @@ -1,24 +1,26 @@ -+++ -title = 'UPS Plus on the Raspberry Pi 3' -summary = '''I recently bought a UPS head for my Raspberry Pi 3 that -makes use of my akkus of the type 18650.''' -date = '2023-11-25T06:46:12+01:00' -#lastmod = '' -categories = [ 'amateur-radio' ] -tags = [] - -# showBreadcrumbs = true -# showDate = false -# showReadingTime = false -# showWordCount = false -# showPagination = false - -# feed_exclude = true -# site_exclude = true - -draft = true - -+++ +--- +title: UPS Plus on the Raspberry Pi 3 +summary: > + I recently bought a UPS head for my Raspberry Pi 3 that makes + use of my akkus of the type 18650. +date: 2023-11-25T06:46:12+01:00 +#lastmod: +categories: +- amateur-radio +tags: + +# showBreadcrumbs: true +# showDate: false +# showReadingTime: false +# showWordCount: false +# showPagination: false + +# feed_exclude: true +# site_exclude: true + +draft: true + +--- in home dir diff --git a/content/privacy/index.md b/content/privacy/index.md index 097a826..6b7a312 100644 --- a/content/privacy/index.md +++ b/content/privacy/index.md @@ -1,23 +1,22 @@ -+++ -# vim: ft=markdown -title = 'Imprint / Privacy' -date = '2023-04-09T22:13:55+0200' -lastmod = '2023-11-17T17:03:17+0000' +--- +title: Imprint / Privacy +date: 2023-04-09T22:13:55+0200 +lastmod: 2023-11-17T17:03:17+0000 -comment = false +comment: false -showDate = false -showReadingTime = false -showWordCount = false -showPagination = false -showAuthor = false +showDate: false +showReadingTime: false +showWordCount: false +showPagination: false +showAuthor: false -sharingLinks = false +sharingLinks: false -feed_exclude = true -# site_exclude = true +feed_exclude: true +# site_exclude: true -+++ +--- This page is needed for German law as the server is located in Germany. diff --git a/content/recipes/index.md b/content/recipes/index.md index a90b3db..01eea75 100644 --- a/content/recipes/index.md +++ b/content/recipes/index.md @@ -1,21 +1,21 @@ -+++ -title = 'Recipes' -date = '2023-11-15T22:16:53+0100' -#lastmod = '' +--- +title: Recipes +date: 2023-11-15T22:16:53+0100 +#lastmod: -#showDate = false -showReadingTime = false -showWordCount = false -showPagination = false -#showAuthor = false -showBreadcrumbs = true +#showDate: false +showReadingTime: false +showWordCount: false +showPagination: false +#showAuthor: false +showBreadcrumbs: true -feed_exclude = true -# site_exclude = true +feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +--- ## Frühstücksei diff --git a/content/spam/2023-07-29-regionaldirektion-fuer-zoelle-und-indirekte-steuern/index.md b/content/spam/2023-07-29-regionaldirektion-fuer-zoelle-und-indirekte-steuern/index.md index b5ebdc9..8fd8ccc 100644 --- a/content/spam/2023-07-29-regionaldirektion-fuer-zoelle-und-indirekte-steuern/index.md +++ b/content/spam/2023-07-29-regionaldirektion-fuer-zoelle-und-indirekte-steuern/index.md @@ -1,22 +1,22 @@ -+++ -# vim: ft=markdown -title = 'Regionaldirektion fuer Zölle und indirekte Steuern' -summary = '' -date = '2023-07-29T17:01:28+02:00' -# lastmod = '' -# categories = [ 'spam' ] -# tags = [] +--- +title: Regionaldirektion fuer Zölle und indirekte Steuern +summary: +date: 2023-07-29T17:01:28+02:00 +# lastmod: +# categories: +#- spam +# tags: -# showBreadcrumbs = true -# showDate = false -# showReadingTime = false -# showWordCount = false -# showPagination = false +# showBreadcrumbs: true +# showDate: false +# showReadingTime: false +# showWordCount: false +# showPagination: false -#feed_exclude = true -#site_exclude = true +#feed_exclude: true +#site_exclude: true -+++ +--- Okay this is probably one of the “better” mails that I got in my Junk mail folder. diff --git a/content/spam/2023-11-17-netcup-phishing/index.md b/content/spam/2023-11-17-netcup-phishing/index.md index 2240983..fe95e46 100644 --- a/content/spam/2023-11-17-netcup-phishing/index.md +++ b/content/spam/2023-11-17-netcup-phishing/index.md @@ -1,21 +1,22 @@ -+++ -title = 'Netcup phishing' -summary = 'They really think I got my domain from Netcup \*lol\*' -date = '2023-11-17T16:35:12+0100' -lastmod = '2023-11-18T11:50:01+0000' -# categories = [ 'spam' ] -# tags = [] - -# showBreadcrumbs = true -# showDate = false -# showReadingTime = false -# showWordCount = false -# showPagination = false - -# feed_exclude = true -# site_exclude = true - -+++ +--- +title: Netcup phishing +summary: They really think I got my domain from Netcup \*lol\* +date: 2023-11-17T16:35:12+0100 +lastmod: 2023-11-18T11:50:01+0000 +# categories: +#- spam +# tags: + +# showBreadcrumbs: true +# showDate: false +# showReadingTime: false +# showWordCount: false +# showPagination: false + +# feed_exclude: true +# site_exclude: true + +--- Okay this one is not a "good" one, in terms of a good phishing email, because it is obviosly a phishing email since I do not have the mentioned product bought at diff --git a/content/spam/_index.md b/content/spam/_index.md index 96d8374..b3cd426 100644 --- a/content/spam/_index.md +++ b/content/spam/_index.md @@ -1,14 +1,14 @@ -+++ -title = "Mail spam I received" -groupByYear = false -showDate = false -showDateUpdated = false -showReadingTime = false -showWordCount = false +--- +title: Mail spam I received +groupByYear: false +showDate: false +showDateUpdated: false +showReadingTime: false +showWordCount: false -feed_exclude = true +feed_exclude: true -+++ +--- These are some of the “best” spam mails that I received and wanted to share with you.