diff --git a/content/posts/arch-on-rpi.md b/content/posts/arch-on-rpi.md index 20d802d..c21a10b 100644 --- a/content/posts/arch-on-rpi.md +++ b/content/posts/arch-on-rpi.md @@ -1,7 +1,7 @@ +++ title = "Arch on a Raspberry Pi - the basics" date = 2020-09-26 -tags = ["admin"] +tags = ["raspberry pi"] toc = true +++ Installing Arch on a Raspberry Pi is amazingly easy. the Arch ARM project gives diff --git a/content/posts/midi-on-rpi.md b/content/posts/midi-on-rpi.md index 214cbe3..9f02d93 100644 --- a/content/posts/midi-on-rpi.md +++ b/content/posts/midi-on-rpi.md @@ -1,7 +1,7 @@ +++ title = "Arch on a Raspberry Pi - sound and MIDI" date = 2020-09-26 -tags = ["admin"] +tags = ["raspberry pi"] toc = true +++ This post follows a first one on [basics of Arch onto a Raspberry diff --git a/content/posts/rpi-access-point.md b/content/posts/rpi-access-point.md index d163dd7..b2bc861 100644 --- a/content/posts/rpi-access-point.md +++ b/content/posts/rpi-access-point.md @@ -1,7 +1,7 @@ +++ title = "Access Point on a Raspberry Pi" date = 2020-09-26 -tags = ["admin"] +tags = ["raspberry pi"] +++ The Raspberry Pi family who have wireless capabilities can all serve as wifi Access Points - meaning some other devices connect to it, perhaps accessing diff --git a/content/posts/rpi-alt-review.md b/content/posts/rpi-alt-review.md index 0586ade..4a9e7a7 100644 --- a/content/posts/rpi-alt-review.md +++ b/content/posts/rpi-alt-review.md @@ -1,7 +1,7 @@ +++ title = "2020 review of Raspberry Pi alternatives" date = 2020-10-06 -tags = ["admin"] +tags = ["raspberry pi"] toc = true +++ The Raspberry Pi is a cardboard-computer that lets you run your own operating diff --git a/content/posts/vim-language-servers.md b/content/posts/vim-language-servers.md index 99bed9a..2fa7d75 100644 --- a/content/posts/vim-language-servers.md +++ b/content/posts/vim-language-servers.md @@ -1,7 +1,7 @@ +++ title = "Language Server Protocols in Vim" date = 2020-09-16 -tags = ["admin", "vim"] +tags = ["vim"] +++ Language Server Protocol aka LSP is an open source initiative of ... Microsoft. Each "language server" defines every detail of a programming language's syntax diff --git a/content/posts/vim-links.md b/content/posts/vim-links.md index 20d3477..46a2111 100644 --- a/content/posts/vim-links.md +++ b/content/posts/vim-links.md @@ -1,7 +1,7 @@ +++ title = "Vim resources" date = 2020-09-17 -tags = ["admin", "vim"] +tags = ["vim"] +++ I'll be dropping links to pages proposing interesting insights of Vim in here.