update/extend posts aliases
This commit is contained in:
parent
e8393d95a3
commit
ecb42eb571
8 changed files with 37 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
|||
+++
|
||||
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' ]
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
title: Operating the Z-Shell
|
||||
aliases: /posts/2020-11-15-operating-the-z-shell
|
||||
aliases:
|
||||
- /posts/2020-11-15-operating-the-z-shell
|
||||
- /posts/2020-11-14-operating-the-z-shell
|
||||
categories: [computerstuff]
|
||||
tags: [zsh]
|
||||
date: 2020-11-15T00:35:22+01:00
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
title: APRS With The Hytera PD785G
|
||||
aliases: /posts/2020-01-27-aprs-with-hytera-pd785g-v9
|
||||
aliases:
|
||||
- /posts/2020-01-27-aprs-with-hytera-pd785g-v9
|
||||
- /posts/2020-01-27-aprs-with-the-hytera-pd785g
|
||||
summary: >
|
||||
This article is based on the Firmware v9.
|
||||
categories: [amateur-radio]
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
title: Running Winlink and VARA on Linux
|
||||
aliases: /posts/2021-10-03-winlink-and-vara-on-linux
|
||||
aliases:
|
||||
- /posts/2021-10-03-winlink-and-vara-on-linux
|
||||
- /posts/2021-10-03-running-winlink-and-vara-on-linux
|
||||
summary: >
|
||||
A quick and dirty summary of my Winlink installation on my linux laptop.
|
||||
date: 2021-10-03
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
title: The new site layout and theme
|
||||
aliases: /posts/2022-01-06-site-updates
|
||||
aliases:
|
||||
- /posts/2022-01-06-site-updates
|
||||
- /posts/2022-01-06-the-new-site-layout-and-theme
|
||||
- /2022-01-06-the-new-site-layout-and-theme
|
||||
date: 2022-01-06T09:47:12+01:00
|
||||
lastmod: '2023-04-09T18:36:03+0200a'
|
||||
#categories: [index]
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
title: Raspberry Pi 4 (64 bit) DUAL_HAT Hotspot
|
||||
aliases: /posts/2022-07-10-raspberry-pi-4-64bit-dual-hat-hotspot-without-pi-star
|
||||
aliases:
|
||||
- /posts/2022-07-10-raspberry-pi-4-64bit-dual-hat-hotspot-without-pi-star
|
||||
- /posts/2022-07-10-raspberry-pi-4-64-bit-dual_hat-hotspot
|
||||
- /posts/2022-07-10-raspberry-pi-4-64-bit-dual-hat-hotspot
|
||||
summary: >
|
||||
Working without Pi-Star on a fresh and lightweight Raspberry Pi OS (64 bit)
|
||||
installation. One of the longer articles over here...
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
title: Using NFS shares on a Raspberry Pi
|
||||
aliases: /posts/2022-08-07-using-nfs-on-a-raspberry-pi
|
||||
aliases:
|
||||
- /posts/2022-08-07-using-nfs-on-a-raspberry-pi
|
||||
- /posts/2022-08-07-using-nfs-shares-on-a-raspberry-pi
|
||||
summary: >
|
||||
A quick and short guide on how to setup an NFS share on a
|
||||
Raspberry Pi.
|
||||
|
|
|
@ -1,11 +1,21 @@
|
|||
+++
|
||||
title = "Blog"
|
||||
summary = "Blog posts"
|
||||
---
|
||||
title: Blog
|
||||
aliases:
|
||||
- /posts/2019
|
||||
- /posts/2020
|
||||
- /posts/2021
|
||||
- /posts/2022
|
||||
- /posts/2023
|
||||
- /posts/2024
|
||||
- /blog
|
||||
- /computerstuff
|
||||
- /amateur-radio
|
||||
summary: Blog posts
|
||||
|
||||
[sitemap]
|
||||
changefreq = "weekly"
|
||||
sitemap:
|
||||
changefreq: weekly
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
Filter by category: [amateur-radio](/categories/amateur-radio/),
|
||||
[computerstuff](/categories/computerstuff/) or the new [spam mails](/spam/)
|
||||
|
|
Loading…
Reference in a new issue