mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-08-02 23:11:37 -05:00
Completely redo categories and tags
This commit is contained in:
@@ -21,6 +21,8 @@ related:
|
||||
indices:
|
||||
#- name: keywords
|
||||
# weight: 100
|
||||
#- name: categories
|
||||
# weight: 80
|
||||
- name: tags
|
||||
weight: 80
|
||||
- name: date
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -9,10 +9,14 @@ comments: true
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
tags:
|
||||
categories:
|
||||
- linux
|
||||
- webserver
|
||||
- sysadmin
|
||||
- software
|
||||
|
||||
tags:
|
||||
- caddy
|
||||
- webserver
|
||||
|
||||
resources:
|
||||
- name: feature
|
||||
|
@@ -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:
|
||||
|
@@ -11,6 +11,8 @@ authors:
|
||||
- GitHub Copilot
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
|
||||
tags:
|
||||
- github-copilot
|
||||
|
||||
|
@@ -12,8 +12,11 @@ authors:
|
||||
aliases:
|
||||
- posts/edited-in-middle-of-message-discord/
|
||||
|
||||
categories:
|
||||
- guides
|
||||
- tips-and-tricks
|
||||
|
||||
tags:
|
||||
- tutorial
|
||||
- discord
|
||||
- discord-tricks
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -9,10 +9,13 @@ comments: true
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
- meta
|
||||
|
||||
tags:
|
||||
- bobatheme
|
||||
- hugo
|
||||
- meta
|
||||
- web-development
|
||||
|
||||
resources:
|
||||
- name: feature
|
||||
|
@@ -9,8 +9,11 @@ comments: true
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
|
||||
tags:
|
||||
- github-copilot
|
||||
- markdown
|
||||
|
||||
series:
|
||||
- github-copilot-experiments
|
||||
|
@@ -9,9 +9,13 @@ comments: true
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
- tips-and-tricks
|
||||
|
||||
tags:
|
||||
- youtube
|
||||
- query-parameters
|
||||
- url-structures
|
||||
- youtube
|
||||
|
||||
resources:
|
||||
- name: feature
|
||||
|
9
content/categories/guides/_index.md
Normal file
9
content/categories/guides/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: Guides
|
||||
|
||||
---
|
||||
|
||||
Any kind of guide or tutorial.
|
||||
|
||||
<!--more-->
|
9
content/categories/jailbreak/_index.md
Normal file
9
content/categories/jailbreak/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: Jailbreak
|
||||
|
||||
---
|
||||
|
||||
Anything related to jailbreaking (iOS or other Apple devices).
|
||||
|
||||
<!--more-->
|
9
content/categories/linux/_index.md
Normal file
9
content/categories/linux/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: Linux
|
||||
|
||||
---
|
||||
|
||||
Anything relating to Linux (the kernel or operating systems).
|
||||
|
||||
<!--more-->
|
9
content/categories/meta/_index.md
Normal file
9
content/categories/meta/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: Meta
|
||||
|
||||
---
|
||||
|
||||
Posts talking about my website.
|
||||
|
||||
<!--more-->
|
9
content/categories/programming/_index.md
Normal file
9
content/categories/programming/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: Programming
|
||||
|
||||
---
|
||||
|
||||
Any posts relating to programming and/or software development.
|
||||
|
||||
<!--more-->
|
9
content/categories/software/_index.md
Normal file
9
content/categories/software/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: Software
|
||||
|
||||
---
|
||||
|
||||
Posts that discuss/review various programs.
|
||||
|
||||
<!--more-->
|
10
content/categories/sysadmin/_index.md
Normal file
10
content/categories/sysadmin/_index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
title: Sysadmin
|
||||
|
||||
---
|
||||
|
||||
Anything relating to managing servers (usually relating to Linux). "Sysadmin" is
|
||||
short for "system administrator".
|
||||
|
||||
<!--more-->
|
10
content/categories/tips-and-tricks/_index.md
Normal file
10
content/categories/tips-and-tricks/_index.md
Normal 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-->
|
10
content/tags/arch-linux/_index.md
Normal file
10
content/tags/arch-linux/_index.md
Normal 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-->
|
12
content/tags/bobanews/_index.md
Normal file
12
content/tags/bobanews/_index.md
Normal 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-->
|
12
content/tags/bobatheme/_index.md
Normal file
12
content/tags/bobatheme/_index.md
Normal 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-->
|
14
content/tags/caddy/_index.md
Normal file
14
content/tags/caddy/_index.md
Normal 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-->
|
13
content/tags/checkra1n/_index.md
Normal file
13
content/tags/checkra1n/_index.md
Normal 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-->
|
9
content/tags/discord-tricks/_index.md
Normal file
9
content/tags/discord-tricks/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: Discord Tricks
|
||||
|
||||
---
|
||||
|
||||
Tips and tricks I have learned about Discord.
|
||||
|
||||
<!--more-->
|
14
content/tags/discord/_index.md
Normal file
14
content/tags/discord/_index.md
Normal 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/" >}}
|
13
content/tags/gitea/_index.md
Normal file
13
content/tags/gitea/_index.md
Normal 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-->
|
14
content/tags/github-copilot/_index.md
Normal file
14
content/tags/github-copilot/_index.md
Normal 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-->
|
9
content/tags/hugo/_index.md
Normal file
9
content/tags/hugo/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: Hugo
|
||||
|
||||
---
|
||||
|
||||
Hugo is a static site generator which I use to generate this website.
|
||||
|
||||
<!--more-->
|
12
content/tags/listmonk/_index.md
Normal file
12
content/tags/listmonk/_index.md
Normal 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-->
|
11
content/tags/markdown/_index.md
Normal file
11
content/tags/markdown/_index.md
Normal 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-->
|
15
content/tags/newsletter/_index.md
Normal file
15
content/tags/newsletter/_index.md
Normal 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
|
11
content/tags/sed/_index.md
Normal file
11
content/tags/sed/_index.md
Normal 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-->
|
10
content/tags/systemd/_index.md
Normal file
10
content/tags/systemd/_index.md
Normal 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-->
|
9
content/tags/url-structures/_index.md
Normal file
9
content/tags/url-structures/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: URL Structures
|
||||
|
||||
---
|
||||
|
||||
Posts about URL conventions on certain websites or services.
|
||||
|
||||
<!--more-->
|
9
content/tags/web-development/_index.md
Normal file
9
content/tags/web-development/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: Web Development
|
||||
|
||||
---
|
||||
|
||||
Posts about developing for the internet.
|
||||
|
||||
<!--more-->
|
9
content/tags/webserver/_index.md
Normal file
9
content/tags/webserver/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
title: Webserver
|
||||
|
||||
---
|
||||
|
||||
Blog posts about webservers (software that runs websites).
|
||||
|
||||
<!--more-->
|
10
content/tags/youtube/_index.md
Normal file
10
content/tags/youtube/_index.md
Normal 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-->
|
@@ -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"
|
||||
|
Submodule themes/bobatheme updated: 034ef462a2...684769df5a
Reference in New Issue
Block a user