Completely redo categories and tags

This commit is contained in:
2022-05-06 23:13:14 -05:00
parent f3cf22ae33
commit 3668b6cfb1
41 changed files with 352 additions and 16 deletions

View File

@@ -21,6 +21,8 @@ related:
indices:
#- name: keywords
# weight: 100
#- name: categories
# weight: 80
- name: tags
weight: 80
- name: date

View File

@@ -12,10 +12,14 @@ authors:
aliases:
- posts/allow-non-root-processes-to-bind-to-privileged-ports/
tags:
- guide
categories:
- guides
- linux
tags:
- gitea
- systemd
---
In Linux, processes cannot bind to privileged ports (<=1024) unless they are

View File

@@ -9,8 +9,13 @@ comments: true
authors:
- bbaovanc
tags:
categories:
- meta
tags:
- bobanews
- listmonk
- mailing-list
- newsletter
# this will be shown for the article in list pages and in the page metadata

View File

@@ -9,10 +9,14 @@ comments: true
authors:
- bbaovanc
tags:
categories:
- linux
- webserver
- sysadmin
- software
tags:
- caddy
- webserver
resources:
- name: feature

View File

@@ -12,11 +12,13 @@ authors:
aliases:
- posts/checkra1n-gui-on-other-distros/
tags:
- guide
- linux
- archlinux
categories:
- guides
- jailbreak
- linux
tags:
- arch-linux
- checkra1n
resources:

View File

@@ -11,6 +11,8 @@ authors:
- GitHub Copilot
- bbaovanc
categories:
tags:
- github-copilot

View File

@@ -12,8 +12,11 @@ authors:
aliases:
- posts/edited-in-middle-of-message-discord/
categories:
- guides
- tips-and-tricks
tags:
- tutorial
- discord
- discord-tricks

View File

@@ -1,6 +1,6 @@
---
title: GitHub Copilot experiments
title: Experimenting with GitHub Copilot
date: 2021-11-06T23:56:47-05:00
lastmod: 2021-11-08T21:46:39-06:00
toc: true
@@ -9,6 +9,9 @@ comments: true
authors:
- bbaovanc
categories:
- programming
tags:
- github-copilot

View File

@@ -12,10 +12,13 @@ aliases:
- /blog/posts/sed-text-substitution-in-discord/
- /blog/posts/text-substitution-in-discord-using-sed/
categories:
- tips-and-tricks
tags:
- tutorial
- discord
- discord-tricks
- sed
resources:
- name: feature

View File

@@ -9,10 +9,13 @@ comments: true
authors:
- bbaovanc
categories:
- meta
tags:
- bobatheme
- hugo
- meta
- web-development
resources:
- name: feature

View File

@@ -9,8 +9,11 @@ comments: true
authors:
- bbaovanc
categories:
tags:
- github-copilot
- markdown
series:
- github-copilot-experiments

View File

@@ -9,9 +9,13 @@ comments: true
authors:
- bbaovanc
categories:
- tips-and-tricks
tags:
- youtube
- query-parameters
- url-structures
- youtube
resources:
- name: feature

View File

@@ -0,0 +1,9 @@
---
title: Guides
---
Any kind of guide or tutorial.
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: Jailbreak
---
Anything related to jailbreaking (iOS or other Apple devices).
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: Linux
---
Anything relating to Linux (the kernel or operating systems).
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: Meta
---
Posts talking about my website.
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: Programming
---
Any posts relating to programming and/or software development.
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: Software
---
Posts that discuss/review various programs.
<!--more-->

View File

@@ -0,0 +1,10 @@
---
title: Sysadmin
---
Anything relating to managing servers (usually relating to Linux). "Sysadmin" is
short for "system administrator".
<!--more-->

View File

@@ -0,0 +1,10 @@
---
title: Tips and Tricks
---
Random little tips and/or tricks that I want to share. Will probably be mostly
short articles (but that's not a bad thing).
<!--more-->

View File

@@ -0,0 +1,10 @@
---
title: Arch Linux
---
A Linux distribution which aims to be lightweight, flexible, and simple. See
https://archlinux.org for more information.
<!--more-->

View File

@@ -0,0 +1,12 @@
---
title: bobanews
---
The main name for my newsletter. I recommend you read the [blog post I wrote
about it][newsletter-post].
[newsletter-post]: {{< ref "/blog/blog-post-newsletter" >}}
<!--more-->

View File

@@ -0,0 +1,12 @@
---
title: bobatheme
---
Posts about bobatheme, my custom [Hugo][hugo-website] theme which I use on this
website.
[hugo-website]: https://gohugo.io
<!--more-->

View File

@@ -0,0 +1,14 @@
---
title: Caddy
---
Caddy is a powerful and open source webserver written in [Golang][golang] which
includes some fancy features such as built-in automatic HTTPS. It's by far my
favorite webserver. See my [blog post about Caddy][caddy-blog-post] for why.
[golang]: https://go.dev/
[caddy-blog-post]: {{< ref "/blog/caddy-is-the-best-webserver" >}}
<!--more-->

View File

@@ -0,0 +1,13 @@
---
title: checkra1n
---
An [iOS jailbreak][ios-jailbreaking] which supports the iPhone 4s to the iPhone
X. See the [official checkra1n website][checkra1n-website] for more information.
[ios-jailbreaking]: https://en.wikipedia.org/wiki/IOS_jailbreaking
[checkra1n-website]: https://checkra.in/
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: Discord Tricks
---
Tips and tricks I have learned about Discord.
<!--more-->

View File

@@ -0,0 +1,14 @@
---
title: Discord
---
An extremely popular chat platform. You have to live under a rock to not know
what Discord is.
<!--more-->
See also: the [discord-tricks tag][discord-tricks-tag].
[discord-tricks-tag]: {{< ref "/tags/discord-tricks/" >}}

View File

@@ -0,0 +1,13 @@
---
title: Gitea
---
Gitea is a lightweight self-hosted Git service similar to GitHub. I use it on
[bbaovanc's Gitea][bbaovanc-gitea] and [bobatea][bobatea].
[bbaovanc-gitea]: https://git.bbaovanc.com
[bobatea]: https://git.boba.best
<!--more-->

View File

@@ -0,0 +1,14 @@
---
title: GitHub Copilot
---
An extension made by GitHub which provides artificial intelligence powered
autocomplete, trained on real open source code. It is intended to give smarter
results than a typical autocomplete solution can, such as automatically
generating [boilerplate code][boilerplate-code].
[boilerplate-code]: https://en.wikipedia.org/wiki/Boilerplate_code
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: Hugo
---
Hugo is a static site generator which I use to generate this website.
<!--more-->

View File

@@ -0,0 +1,12 @@
---
title: listmonk
---
A self-hosted newsletter manager which I use to handle my blog post newsletter.
Read [this blog post][newsletter-blog-post] for more information.
[newsletter-blog-post]: {{< ref "/blog/blog-post-newsletter" >}}
<!--more-->

View File

@@ -0,0 +1,11 @@
---
title: Markdown
---
Markdown is a simple and easy to use markup language which is actually used to
write the content on this website. Writing it only requires learning a very
basis syntax, and using a plain-text editor.
<!--more-->

View File

@@ -0,0 +1,15 @@
---
title: Newsletter
---
Blog posts related to my newsletter.
<!--more-->
You can sign up for my newsletter [using this signup form][signup-form]. Make
sure that you tick the box labeled `bbaovanc.com Blog Posts`. A nickname (or
your real name if you prefer) is optional.
[signup-form]: https://lists.bbaovanc.com/subscription/form

View File

@@ -0,0 +1,11 @@
---
title: sed
---
Short for "stream editor", `sed` is a utility used to edit text on Unix systems.
It is usually used with regular expressions (regex for short). If you're
interested, look up "regex basics" and "sed basics", or something similar.
<!--more-->

View File

@@ -0,0 +1,10 @@
---
title: systemd
---
`systemd` is by far the most popular service manager (known as an "init system")
used on Linux.
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: URL Structures
---
Posts about URL conventions on certain websites or services.
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: Web Development
---
Posts about developing for the internet.
<!--more-->

View File

@@ -0,0 +1,9 @@
---
title: Webserver
---
Blog posts about webservers (software that runs websites).
<!--more-->

View File

@@ -0,0 +1,10 @@
---
title: YouTube
---
One of the most popular video and social media platforms. If you don't know what
YouTube is, I don't know what to tell you.
<!--more-->

View File

@@ -3,13 +3,21 @@ ci:
url:
- https://localhost/ # homepage
- https://localhost/links/ # very simple page
- https://localhost/blog/ # list page
- https://localhost/blog/the-redesign-of-my-website/ # average post, but no footnotes
- https://localhost/blog/blog-post-newsletter/ # average post, but WITH footnotes
- https://localhost/blog/caddy-is-the-best-webserver/ # another average post with footnotes, WITH code blocks
- https://localhost/blog/youtube-url-structures-you-should-know/ # youtube embed
- https://localhost/blog/copilot-post/ # lots of code blocks & text
- https://localhost/blog/github-copilot-experiments/ # heavy use of images
- https://localhost/blog/caddy-is-the-best-webserver/
- https://localhost/categories/
- https://localhost/categories/linux/
- https://localhost/tags/
- https://localhost/tags/github-copilot/
startServerCommand: sudo caddy run
settings:
chromeFlags: "--ignore-certificate-errors --throttling.cpuSlowdownMultiplier=2.4"