remove vim modelines from frontmatter (# vim: ft=markdown)

main
Dominic Reich 11 months ago
parent c8f8c2a9c4
commit 5da4ad1974
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -1,6 +1,6 @@
+++ +++
# vim: ft=markdown
title = 'Synology NAS: NFS shares' title = 'Synology NAS: NFS shares'
aliases = '/posts/2023-04-10-synology-nas-nfs-shares'
summary = '''I've done this setup now several times (because I break so summary = '''I've done this setup now several times (because I break so
many things all the time). It is time to write it down...''' many things all the time). It is time to write it down...'''
date = '2023-04-10T21:44:18+0200' date = '2023-04-10T21:44:18+0200'

@ -1,9 +1,9 @@
+++ +++
# vim: ft=markdown
title = 'iwlwifi and FreeBSD' title = 'iwlwifi and FreeBSD'
aliases = '/posts/2023-04-23-iwlwifi-and-freebsd'
summary = '''Finally this `iwlwifi` driver works. I'm curios for how long this will last...''' summary = '''Finally this `iwlwifi` driver works. I'm curios for how long this will last...'''
date = '2023-04-23T20:47:11+0200' date = '2023-04-23T20:47:11+0200'
lastmod = '2023-04-30T10:41:18+0000' lastmod = '2023-11-18T21:58:00+0000'
categories = [ 'computerstuff' ] categories = [ 'computerstuff' ]
tags = [ 'freebsd', 'networking' ] tags = [ 'freebsd', 'networking' ]

@ -1,6 +1,6 @@
+++ +++
# vim: ft=markdown
title = 'Moving WeeWX to OpenBSD' title = 'Moving WeeWX to OpenBSD'
aliases = '/posts/2023-05-27-moving-weewx-to-openbsd'
summary = '''I moved my WeeWX setup to my new server, which is running OpenBSD summary = '''I moved my WeeWX setup to my new server, which is running OpenBSD
7.3.''' 7.3.'''
date = '2023-05-27T23:19:53+02:00' date = '2023-05-27T23:19:53+02:00'

@ -1,6 +1,6 @@
+++ +++
# vim: ft=markdown
title = 'Backlight control on a Lenovo X1 Carbon' title = 'Backlight control on a Lenovo X1 Carbon'
aliases = '/posts/2023-05-28-backlight-control-on-a-lenovo-x1-carbon'
summary = '''These two scripts let the X1 switch to a predefined setting for summary = '''These two scripts let the X1 switch to a predefined setting for
battery or ac mode. It also remembers the last used setting for either mode.''' battery or ac mode. It also remembers the last used setting for either mode.'''
date = '2023-05-28T17:35:45+02:00' date = '2023-05-28T17:35:45+02:00'

@ -1,9 +1,9 @@
+++ +++
# vim: ft=markdown
title = 'Listen to VHF/UHF radio with an RTL-SDR stick' title = 'Listen to VHF/UHF radio with an RTL-SDR stick'
aliases = '/posts/2023-06-04-old-school-radio-with-rtl-sdr'
summary = '''Listen to old-school radio on the command line with `rtl_sdr`.''' summary = '''Listen to old-school radio on the command line with `rtl_sdr`.'''
date = '2023-06-04T10:33:11+02:00' date = '2023-06-04T10:33:11+02:00'
lastmod = '2023-07-30T07:08:16+0000' lastmod = '2023-11-18T21:58:00+0000'
categories = [ 'amateur-radio', 'computerstuff' ] categories = [ 'amateur-radio', 'computerstuff' ]
tags = [ 'linux', 'freebsd', 'sdr' ] tags = [ 'linux', 'freebsd', 'sdr' ]

@ -1,10 +1,10 @@
+++ +++
# vim: ft=markdown
title = 'Sound flicking and stuttering in librewolf/firefox' title = 'Sound flicking and stuttering in librewolf/firefox'
aliases = '/posts/2023-06-04-sound-flicking-and-stuttering-in-librewolf-firefox'
summary = '''Finally. Normal sound in Librewolf on YouTube. This took quite a summary = '''Finally. Normal sound in Librewolf on YouTube. This took quite a
while for me to fix...''' while for me to fix...'''
date = '2023-06-04T17:03:20+0200' date = '2023-06-04T17:03:20+0200'
lastmod = '2023-06-17T20:48:16+0000' lastmod = '2023-11-18T21:58:00+0000'
categories = [ 'computerstuff' ] categories = [ 'computerstuff' ]
tags = [ 'freebsd' ] tags = [ 'freebsd' ]

@ -1,10 +1,10 @@
+++ +++
# vim: ft=markdown
title = 'Stop tracking changes of a file with git' title = 'Stop tracking changes of a file with git'
aliases = '/posts/2023-06-04-stop-tracking-changes-of-a-file-with-git'
summary = '''Don't overuse this; it could get a bit more complicated to track summary = '''Don't overuse this; it could get a bit more complicated to track
down errors when ignoring changes of files...''' down errors when ignoring changes of files...'''
date = '2023-06-04T18:00:51+02:00' date = '2023-06-04T18:00:51+02:00'
lastmod = '2023-11-02T18:56:06+0000' lastmod = '2023-11-18T21:58:00+0000'
categories = [ 'computerstuff' ] categories = [ 'computerstuff' ]
tags = [ 'git' ] tags = [ 'git' ]

@ -1,6 +1,6 @@
+++ +++
# vim: ft=markdown
title = 'Neovim, Telescope, FreeBSD: problems?' title = 'Neovim, Telescope, FreeBSD: problems?'
aliases = '/posts/2023-06-23-neovim-telescope-freebsd-problems'
summary = '''I dropped my old configuration that I practically summary = '''I dropped my old configuration that I practically
copied from other people for Neovim. I'm now using AstroNvim...''' copied from other people for Neovim. I'm now using AstroNvim...'''
date = '2023-06-23T07:50:32+02:00' date = '2023-06-23T07:50:32+02:00'

@ -1,9 +1,9 @@
+++ +++
# vim: ft=markdown
title = 'Update weewx-netatmo extension' title = 'Update weewx-netatmo extension'
aliases = '/posts/2023-07-15-update-weewx-netatmo-extension'
summary = 'Upgrade the authentication method from *password* to *preauthenticated refresh_token*' summary = 'Upgrade the authentication method from *password* to *preauthenticated refresh_token*'
date = '2023-07-15T17:02:10+02:00' date = '2023-07-15T17:02:10+02:00'
lastmod = '2023-07-30T09:14:00+0000' lastmod = '2023-11-18T21:58:00+0000'
categories = [ 'amateur-radio' ] categories = [ 'amateur-radio' ]
tags = [ 'wx', 'weewx', 'netatmo', 'server', 'selfhost' ] tags = [ 'wx', 'weewx', 'netatmo', 'server', 'selfhost' ]

@ -1,10 +1,9 @@
+++ +++
# vim: ft=markdown
title = 'Going back from OpenBSD-snapshot' title = 'Going back from OpenBSD-snapshot'
aliases = [ '2023-07-29-going-back-from-openbsd-current' ] aliases = [ '/posts/2023-07-29-going-back-from-openbsd-snapshot', '/posts/2023-07-29-going-back-from-openbsd-current' ]
summary = '''Made from the road of me trying out OpenBSDs current branch...''' summary = '''Made from the road of me trying out OpenBSDs current branch...'''
date = '2023-07-29T11:48:51+02:00' date = '2023-07-29T11:48:51+02:00'
lastmod = '2023-10-25T20:41:07+0000' lastmod = '2023-11-18T21:58:00+0000'
categories = [ 'computerstuff' ] categories = [ 'computerstuff' ]
tags = [ 'openbsd' ] tags = [ 'openbsd' ]

@ -1,10 +1,10 @@
+++ +++
# vim: ft=markdown
title = 'Observe your neighbours weather stations' title = 'Observe your neighbours weather stations'
aliases = '/posts/2023-07-30-observe-your-neighbours-weather-stations'
summary = '''Another simple and short snippet for *rtl_433* summary = '''Another simple and short snippet for *rtl_433*
on Linux (and probably FreeBSD).''' on Linux (and probably FreeBSD).'''
date = '2023-07-30T09:10:10+02:00' date = '2023-07-30T09:10:10+02:00'
lastmod = '2023-07-30T09:14:33+0000' lastmod = '2023-11-18T21:58:00+0000'
categories = [ 'amateur-radio', 'computerstuff' ] categories = [ 'amateur-radio', 'computerstuff' ]
tags = [ 'linux', 'freebsd', 'sdr', 'wx' ] tags = [ 'linux', 'freebsd', 'sdr', 'wx' ]

@ -1,6 +1,6 @@
+++ +++
# vim: ft=markdown
title = 'OpenBSD-current: built from source' title = 'OpenBSD-current: built from source'
aliases = '/posts/2023-09-16-openbsd-current-built-from-source'
summary = 'Keeping up to date with OpenBSD-current. Some quick notes.' summary = 'Keeping up to date with OpenBSD-current. Some quick notes.'
date = '2023-09-16T08:25:27+0200' date = '2023-09-16T08:25:27+0200'
#lastmod = '' #lastmod = ''

@ -1,6 +1,6 @@
+++ +++
# vim: ft=markdown
title = 'I built some ferrite chokes' title = 'I built some ferrite chokes'
aliases = '/posts/2023-09-23-i-built-some-ferrite-chokes'
summary = '''I built two ferrite chokes and measured them already, summary = '''I built two ferrite chokes and measured them already,
but I never presented the results to the internet audience :winking_face:''' but I never presented the results to the internet audience :winking_face:'''
date = '2023-09-23T21:22:14+0200' date = '2023-09-23T21:22:14+0200'

@ -1,6 +1,6 @@
+++ +++
# vim: ft=markdown
title = 'FLEcli on OpenBSD' title = 'FLEcli on OpenBSD'
aliases = '/posts/2023-09-24-flecli-on-openbsd'
summary = '''Quickly create ADIF or CSV files to import into any logging program later. summary = '''Quickly create ADIF or CSV files to import into any logging program later.
Also creates logfiles for the SOTA program.''' Also creates logfiles for the SOTA program.'''
date = '2023-09-24T11:56:06+0200' date = '2023-09-24T11:56:06+0200'

@ -1,6 +1,6 @@
+++ +++
# vim: ft=markdown
title = 'Following OpenBSD-current snapshots' title = 'Following OpenBSD-current snapshots'
aliases = '/posts/2023-09-30-following-openbsd-current-snapshots'
summary = '''I guesss this is now a working scenario in which I can update summary = '''I guesss this is now a working scenario in which I can update
to a working current snapshots but without the need of building OpenBSD to a working current snapshots but without the need of building OpenBSD
from source.''' from source.'''

Loading…
Cancel
Save