Use categories & redo tags

This commit is contained in:
BBaoVanC 2022-05-06 22:18:51 -05:00
parent f3cf22ae33
commit 346a01d6d3
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
25 changed files with 195 additions and 23 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,10 +9,16 @@ comments: true
authors:
- bbaovanc
tags:
categories:
- meta
- newsletter
tags:
- bobanews
- listmonk
- mailing-list
- newsletter
# this will be shown for the article in list pages and in the page metadata
# it can be either an image or video (this might change in the future, however)
resources:

View File

@ -9,10 +9,13 @@ comments: true
authors:
- bbaovanc
tags:
categories:
- linux
- webserver
- sysadmin
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,9 +11,13 @@ authors:
- GitHub Copilot
- bbaovanc
tags:
categories:
- github-copilot
tags:
- copilot
- github
series:
- github-copilot-experiments

View File

@ -12,10 +12,15 @@ authors:
aliases:
- posts/edited-in-middle-of-message-discord/
tags:
- tutorial
categories:
- discord
- guides
- tips-and-tricks
tags:
- discord-tricks
- right-to-left-embedding
- rle-character
resources:
- name: feature

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,9 +9,14 @@ comments: true
authors:
- bbaovanc
tags:
categories:
- github-copilot
tags:
- copilot
- github
- programming
series:
- github-copilot-experiments

View File

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

View File

@ -9,11 +9,14 @@ comments: true
authors:
- bbaovanc
tags:
categories:
- bobatheme
- hugo
- meta
tags:
- hugo
- web-design
resources:
- name: feature
src: bobatheme.webp

View File

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

View File

@ -9,10 +9,13 @@ comments: true
authors:
- bbaovanc
tags:
- youtube
categories:
- url-structures
tags:
- query-parameters
- youtube
resources:
- name: feature
src: youtube-url.webp

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: 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,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: 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,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,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,9 @@
---
title: URL Structures
---
Posts about URL conventions on certain websites or services.
<!--more-->

View File

@ -3,13 +3,20 @@ 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/github-copilot/
- https://localhost/tags/
- https://localhost/tags/discord-tricks/
startServerCommand: sudo caddy run
settings:
chromeFlags: "--ignore-certificate-errors --throttling.cpuSlowdownMultiplier=2.4"

@ -1 +1 @@
Subproject commit 034ef462a219b207cc5b755ba56a3e19b9e5947a
Subproject commit 684769df5acb68b76b17ab260cd3a146c9b919dd