From 93701815772ff0687b8400cfd89efafeb4fb6a5a Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Tue, 17 Dec 2024 14:49:38 +0100 Subject: [PATCH] adds *some* tags descriptions/pages --- content/tags/_index.md | 6 ++++++ content/tags/aprs/_index.md | 3 +++ content/tags/diy/_index.md | 3 +++ content/tags/dlna/_index.md | 3 +++ content/tags/dmr/_index.md | 3 +++ content/tags/dns/_index.md | 3 +++ content/tags/dvd/_index.md | 3 +++ content/tags/freebsd/_index.md | 3 +++ content/tags/gps/_index.md | 3 +++ content/tags/ios/_index.md | 3 +++ content/tags/mmdvm/_index.md | 3 +++ content/tags/mod_md/_index.md | 3 +++ content/tags/n1mm/_index.md | 3 +++ content/tags/neovim/_index.md | 3 +++ content/tags/networkmanager/_index.md | 3 +++ content/tags/nfs/_index.md | 3 +++ content/tags/openbsd/_index.md | 3 +++ content/tags/packetradio/_index.md | 3 +++ content/tags/pfsense/_index.md | 3 +++ content/tags/pistar/_index.md | 3 +++ content/tags/sdr/_index.md | 3 +++ content/tags/systemd/_index.md | 3 +++ content/tags/tx500/_index.md | 6 ++++++ content/tags/vara-fm/_index.md | 3 +++ content/tags/vara-hf/_index.md | 3 +++ content/tags/virtualbox/_index.md | 3 +++ content/tags/weewx/_index.md | 3 +++ content/tags/wx/_index.md | 3 +++ content/tags/ysf/_index.md | 3 +++ 29 files changed, 93 insertions(+) create mode 100644 content/tags/_index.md create mode 100644 content/tags/aprs/_index.md create mode 100644 content/tags/diy/_index.md create mode 100644 content/tags/dlna/_index.md create mode 100644 content/tags/dmr/_index.md create mode 100644 content/tags/dns/_index.md create mode 100644 content/tags/dvd/_index.md create mode 100644 content/tags/freebsd/_index.md create mode 100644 content/tags/gps/_index.md create mode 100644 content/tags/ios/_index.md create mode 100644 content/tags/mmdvm/_index.md create mode 100644 content/tags/mod_md/_index.md create mode 100644 content/tags/n1mm/_index.md create mode 100644 content/tags/neovim/_index.md create mode 100644 content/tags/networkmanager/_index.md create mode 100644 content/tags/nfs/_index.md create mode 100644 content/tags/openbsd/_index.md create mode 100644 content/tags/packetradio/_index.md create mode 100644 content/tags/pfsense/_index.md create mode 100644 content/tags/pistar/_index.md create mode 100644 content/tags/sdr/_index.md create mode 100644 content/tags/systemd/_index.md create mode 100644 content/tags/tx500/_index.md create mode 100644 content/tags/vara-fm/_index.md create mode 100644 content/tags/vara-hf/_index.md create mode 100644 content/tags/virtualbox/_index.md create mode 100644 content/tags/weewx/_index.md create mode 100644 content/tags/wx/_index.md create mode 100644 content/tags/ysf/_index.md diff --git a/content/tags/_index.md b/content/tags/_index.md new file mode 100644 index 0000000..ee77fc3 --- /dev/null +++ b/content/tags/_index.md @@ -0,0 +1,6 @@ +--- +title: Tags +--- + +This is a collection of tags that I use but they might not +always suggest you what you are looking for. diff --git a/content/tags/aprs/_index.md b/content/tags/aprs/_index.md new file mode 100644 index 0000000..262fb10 --- /dev/null +++ b/content/tags/aprs/_index.md @@ -0,0 +1,3 @@ +--- +title: APRS +--- diff --git a/content/tags/diy/_index.md b/content/tags/diy/_index.md new file mode 100644 index 0000000..2540bd8 --- /dev/null +++ b/content/tags/diy/_index.md @@ -0,0 +1,3 @@ +--- +title: DIY +--- diff --git a/content/tags/dlna/_index.md b/content/tags/dlna/_index.md new file mode 100644 index 0000000..a114f00 --- /dev/null +++ b/content/tags/dlna/_index.md @@ -0,0 +1,3 @@ +--- +title: DLNA +--- diff --git a/content/tags/dmr/_index.md b/content/tags/dmr/_index.md new file mode 100644 index 0000000..33cf01f --- /dev/null +++ b/content/tags/dmr/_index.md @@ -0,0 +1,3 @@ +--- +title: DMR +--- diff --git a/content/tags/dns/_index.md b/content/tags/dns/_index.md new file mode 100644 index 0000000..ec71ddf --- /dev/null +++ b/content/tags/dns/_index.md @@ -0,0 +1,3 @@ +--- +title: DNS +--- diff --git a/content/tags/dvd/_index.md b/content/tags/dvd/_index.md new file mode 100644 index 0000000..70875ae --- /dev/null +++ b/content/tags/dvd/_index.md @@ -0,0 +1,3 @@ +--- +title: DVD +--- diff --git a/content/tags/freebsd/_index.md b/content/tags/freebsd/_index.md new file mode 100644 index 0000000..e038b7a --- /dev/null +++ b/content/tags/freebsd/_index.md @@ -0,0 +1,3 @@ +--- +title: FreeBSD +--- diff --git a/content/tags/gps/_index.md b/content/tags/gps/_index.md new file mode 100644 index 0000000..f4a1672 --- /dev/null +++ b/content/tags/gps/_index.md @@ -0,0 +1,3 @@ +--- +title: GPS +--- diff --git a/content/tags/ios/_index.md b/content/tags/ios/_index.md new file mode 100644 index 0000000..32ca359 --- /dev/null +++ b/content/tags/ios/_index.md @@ -0,0 +1,3 @@ +--- +title: iOS +--- diff --git a/content/tags/mmdvm/_index.md b/content/tags/mmdvm/_index.md new file mode 100644 index 0000000..8e1fed1 --- /dev/null +++ b/content/tags/mmdvm/_index.md @@ -0,0 +1,3 @@ +--- +title: MMDVM +--- diff --git a/content/tags/mod_md/_index.md b/content/tags/mod_md/_index.md new file mode 100644 index 0000000..0f753db --- /dev/null +++ b/content/tags/mod_md/_index.md @@ -0,0 +1,3 @@ +--- +title: mod_md +--- diff --git a/content/tags/n1mm/_index.md b/content/tags/n1mm/_index.md new file mode 100644 index 0000000..e7507d9 --- /dev/null +++ b/content/tags/n1mm/_index.md @@ -0,0 +1,3 @@ +--- +title: N1MM +--- diff --git a/content/tags/neovim/_index.md b/content/tags/neovim/_index.md new file mode 100644 index 0000000..1be521c --- /dev/null +++ b/content/tags/neovim/_index.md @@ -0,0 +1,3 @@ +--- +title: Neovim +--- diff --git a/content/tags/networkmanager/_index.md b/content/tags/networkmanager/_index.md new file mode 100644 index 0000000..6fd5a25 --- /dev/null +++ b/content/tags/networkmanager/_index.md @@ -0,0 +1,3 @@ +--- +title: NetworkManager +--- diff --git a/content/tags/nfs/_index.md b/content/tags/nfs/_index.md new file mode 100644 index 0000000..d6ecd08 --- /dev/null +++ b/content/tags/nfs/_index.md @@ -0,0 +1,3 @@ +--- +title: NFS +--- diff --git a/content/tags/openbsd/_index.md b/content/tags/openbsd/_index.md new file mode 100644 index 0000000..1505e94 --- /dev/null +++ b/content/tags/openbsd/_index.md @@ -0,0 +1,3 @@ +--- +title: OpenBSD +--- diff --git a/content/tags/packetradio/_index.md b/content/tags/packetradio/_index.md new file mode 100644 index 0000000..887eaaf --- /dev/null +++ b/content/tags/packetradio/_index.md @@ -0,0 +1,3 @@ +--- +title: Packet Radio +--- diff --git a/content/tags/pfsense/_index.md b/content/tags/pfsense/_index.md new file mode 100644 index 0000000..4fd4548 --- /dev/null +++ b/content/tags/pfsense/_index.md @@ -0,0 +1,3 @@ +--- +title: pfSense +--- diff --git a/content/tags/pistar/_index.md b/content/tags/pistar/_index.md new file mode 100644 index 0000000..3d1ca1f --- /dev/null +++ b/content/tags/pistar/_index.md @@ -0,0 +1,3 @@ +--- +title: Pi-Star +--- diff --git a/content/tags/sdr/_index.md b/content/tags/sdr/_index.md new file mode 100644 index 0000000..55dcf49 --- /dev/null +++ b/content/tags/sdr/_index.md @@ -0,0 +1,3 @@ +--- +title: SDR +--- diff --git a/content/tags/systemd/_index.md b/content/tags/systemd/_index.md new file mode 100644 index 0000000..b36d4b9 --- /dev/null +++ b/content/tags/systemd/_index.md @@ -0,0 +1,3 @@ +--- +title: systemd +--- diff --git a/content/tags/tx500/_index.md b/content/tags/tx500/_index.md new file mode 100644 index 0000000..1486e89 --- /dev/null +++ b/content/tags/tx500/_index.md @@ -0,0 +1,6 @@ +--- +title: Lab599 TX-500 Discovery +--- + +These are the articles tagged for the TX-500, I do also have an overview +in my [equipment section]({{< ref "/equipment/radio-stuff/transceivers/lab599-tx500" >}}). diff --git a/content/tags/vara-fm/_index.md b/content/tags/vara-fm/_index.md new file mode 100644 index 0000000..0812569 --- /dev/null +++ b/content/tags/vara-fm/_index.md @@ -0,0 +1,3 @@ +--- +title: VARA FM +--- diff --git a/content/tags/vara-hf/_index.md b/content/tags/vara-hf/_index.md new file mode 100644 index 0000000..acd8030 --- /dev/null +++ b/content/tags/vara-hf/_index.md @@ -0,0 +1,3 @@ +--- +title: VARA HF +--- diff --git a/content/tags/virtualbox/_index.md b/content/tags/virtualbox/_index.md new file mode 100644 index 0000000..206741c --- /dev/null +++ b/content/tags/virtualbox/_index.md @@ -0,0 +1,3 @@ +--- +title: VirtualBox +--- diff --git a/content/tags/weewx/_index.md b/content/tags/weewx/_index.md new file mode 100644 index 0000000..a2b61bd --- /dev/null +++ b/content/tags/weewx/_index.md @@ -0,0 +1,3 @@ +--- +title: WeeWX +--- diff --git a/content/tags/wx/_index.md b/content/tags/wx/_index.md new file mode 100644 index 0000000..cc97ddd --- /dev/null +++ b/content/tags/wx/_index.md @@ -0,0 +1,3 @@ +--- +title: WX +--- diff --git a/content/tags/ysf/_index.md b/content/tags/ysf/_index.md new file mode 100644 index 0000000..cc4e446 --- /dev/null +++ b/content/tags/ysf/_index.md @@ -0,0 +1,3 @@ +--- +title: YSF +---