diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 3e29b21..0c57f06 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -24,7 +24,7 @@ dateFormat = "2 January 2006" { email = "mailto:dominic@oe7drt.com" }, # { link = "https://link-to-some-website.com/" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, - { amazon = "https://www.amazon.de/hz/wishlist/ls/2CNON5RB25S0H/" }, + # { amazon = "https://www.amazon.de/hz/wishlist/ls/2CNON5RB25S0H/" }, # { apple = "https://www.apple.com" }, # { blogger = "https://username.blogspot.com/" }, # { codepen = "https://codepen.io/username" }, @@ -34,9 +34,9 @@ dateFormat = "2 January 2006" # { facebook = "https://facebook.com/username" }, # { flickr = "https://www.flickr.com/photos/username/" }, # { foursquare = "https://foursquare.com/username" }, - { github = "https://github.com/oe7drt" }, + # { github = "https://github.com/oe7drt" }, # { gitlab = "https://gitlab.com/username" }, - { gitlab = "https://git.oe7drt.com/dominic" }, + { github = "https://git.oe7drt.com/dominic" }, # { google = "https://www.google.com/" }, # { hashnode = "https://username.hashnode.dev" }, # { instagram = "https://instagram.com/username" }, @@ -57,11 +57,11 @@ dateFormat = "2 January 2006" # { soundcloud = "https://soundcloud.com/username" }, # { stack-overflow = "https://stackoverflow.com/users/userid/username" }, # { steam = "https://steamcommunity.com/profiles/userid" }, - { telegram = "https://t.me/oe7drt" }, + # { telegram = "https://t.me/oe7drt" }, # { tiktok = "https://tiktok.com/@username" }, # { tumblr = "https://username.tumblr.com" }, # { twitch = "https://twitch.tv/username" }, # { twitter = "https://twitter.com/oe7drt" }, # { whatsapp = "https://wa.me/phone-number" }, - { youtube = "https://youtube.com/@oe7drt" }, + # { youtube = "https://youtube.com/@oe7drt" }, ] diff --git a/config/_default/params.toml b/config/_default/params.toml index 17ae562..c9edef0 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,9 +5,15 @@ # Refer to the theme docs for more details about each of these parameters. # https://jpanther.github.io/congo/docs/configuration/#theme-parameters -colorScheme = "congo" + +# congo (default), avocado, cherry, fire, ocean, sapphire and slate. +# colorScheme = "congo" +# colorScheme = "sapphire" +# colorScheme = "avocado" +colorScheme = "cherry" +# colorScheme = "ocean" defaultAppearance = "dark" # valid options: light or dark -autoSwitchAppearance = false +autoSwitchAppearance = true enableSearch = true enableCodeCopy = true diff --git a/content/equipment/transceivers/lab599-tx500/index.md b/content/equipment/transceivers/lab599-tx500/index.md index 9e21452..95ddcae 100644 --- a/content/equipment/transceivers/lab599-tx500/index.md +++ b/content/equipment/transceivers/lab599-tx500/index.md @@ -1,10 +1,26 @@ ---- -title: Lab599 Discovery TX-500 -date: 2022-11-04 15:13:43 -#lastmod: 2022-11-12T19:51:31+01:00 -showBreadcrumbs: true ++++ +title = "Lab599 Discovery TX-500" +date = "2022-11-04T15:13:43+01:00" +#lastmod = "2022-11-12T19:51:31+01:00" +showBreadcrumbs = true # showReadingTime: false # showWordCount: false ---- ++++ + +This is the third HF transceiver that I bought. I was looking quite a while for +an alternative to the FT-891, because I wanted something leightweight for my +little hiking tours. + +![TX-500 in action on a stone](tx-500.jpg) + +## Original CAT cable settings + +| Setting | Value | +| :--- | :--- | +| RIG type | KENWOOD | +| Baud rate | 9600 | +| Data bits | 8 | +| Parity | NONE | +| Stop bits | 1 | diff --git a/content/equipment/transceivers/lab599-tx500/tx-500.jpg b/content/equipment/transceivers/lab599-tx500/tx-500.jpg new file mode 100644 index 0000000..2d7fb9c Binary files /dev/null and b/content/equipment/transceivers/lab599-tx500/tx-500.jpg differ diff --git a/content/equipment/transceivers/yaesu-ft891/ft-891.jpg b/content/equipment/transceivers/yaesu-ft891/ft-891.jpg new file mode 100644 index 0000000..64ff1ad Binary files /dev/null and b/content/equipment/transceivers/yaesu-ft891/ft-891.jpg differ diff --git a/content/equipment/transceivers/yaesu-ft891/index.md b/content/equipment/transceivers/yaesu-ft891/index.md index 0b03af9..41bba08 100644 --- a/content/equipment/transceivers/yaesu-ft891/index.md +++ b/content/equipment/transceivers/yaesu-ft891/index.md @@ -12,8 +12,7 @@ I got this because the IC-7300 was too chunky to be effectively transported within a rucksack. Also I feared scratches in its big display or even a broken display: so here is the Yaesu FT-891. -I bought the 891 back in 2020, so this is not usable on 60 meters -(like the IC-7300). +![Field setup for winlink](ft-891.jpg) ## Excellent receiver diff --git a/content/posts/2023-01-24-my-current-website-setup/index.md b/content/posts/2023-01-24-my-current-website-setup/index.md index 06177d0..fbeb01e 100644 --- a/content/posts/2023-01-24-my-current-website-setup/index.md +++ b/content/posts/2023-01-24-my-current-website-setup/index.md @@ -97,7 +97,7 @@ Remove the file `config.toml` from your website root directory (generated by `hugo site new...`). Copy the config files from the theme into `config/_default/`. {{< alert >}} -Note: Do not overwrite the module.toml file you created above! +Note: Do not overwrite the `module.toml` file you created above! {{< /alert >}} You will find these theme config files in the Hhgo cache directory, or download