Use lowercase characters for the nickname

This commit is contained in:
Hoang Nguyen 2024-01-27 00:00:00 +07:00
parent c05ef0b077
commit 900be808a7
Signed by: folliehiyuki
GPG Key ID: B0567C20730E9B11
7 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: Home title: Home
description: FollieHiyuki's personal blog about technology and other cool things description: folliehiyuki's personal blog about technology and other cool things
css: styles/pages/homepage.css css: styles/pages/homepage.css
--- ---
{{< figure src="avatar.webp" alt="avatar" class="avatar" width=100% height=100% >}} {{< figure src="avatar.webp" alt="avatar" class="avatar" width=100% height=100% >}}

View File

@ -1,6 +1,6 @@
--- ---
title: About me title: About me
description: About FollieHiyuki and other related things description: About folliehiyuki and other related things
--- ---
My name is Hoang Nguyen Huy. I'm a DevOps engineer, leaning more on the *Ops* side. You might know me on the Internet as *folliehiyuki* (or the shorten form - *follie*). My name is Hoang Nguyen Huy. I'm a DevOps engineer, leaning more on the *Ops* side. You might know me on the Internet as *folliehiyuki* (or the shorten form - *follie*).
@ -18,7 +18,7 @@ My name is Hoang Nguyen Huy. I'm a DevOps engineer, leaning more on the *Ops* si
## Code forges ## Code forges
- [GitHub](https://github.com/FollieHiyuki) - [GitHub](https://github.com/folliehiyuki)
- [GitLab](https://gitlab.com/FollieHiyuki) - [GitLab](https://gitlab.com/folliehiyuki)
- [Disroot's Gitea](https://git.disroot.org/FollieHiyuki) - [Disroot's Gitea](https://git.disroot.org/folliehiyuki)
- [Codeberg](https://codeberg.org/FollieHiyuki) - [Codeberg](https://codeberg.org/folliehiyuki)

View File

@ -4,7 +4,7 @@ date: 2022-10-15T22:42:56+07:00
description: Setting up podman/nerdctl in rootless/rootfull mode on ZFS/Btrfs filesystem description: Setting up podman/nerdctl in rootless/rootfull mode on ZFS/Btrfs filesystem
toc: true toc: true
--- ---
I recently tried to automate my rootless container setup inside [an Ansible playbook](https://git.disroot.org/FollieHiyuki/sysconfig). It didn't turn out well, mainly because I couldn't handle every disk scenario (e.g. single disk or RAID; getting disk's UUID; mounting Btrfs root volume; mount options). After a couple of days without success, I decided to write a blog post about it instead (better remind my future self of what to do, step by step). I recently tried to automate my rootless container setup inside [an Ansible playbook](https://gitlab.com/folliehiyuki/sysconfig). It didn't turn out well, mainly because I couldn't handle every disk scenario (e.g. single disk or RAID; getting disk's UUID; mounting Btrfs root volume; mount options). After a couple of days without success, I decided to write a blog post about it instead (better remind my future self of what to do, step by step).
All of my computers either have ZFS or Btrfs on root. Therefore, I'll discuss how to make [nerdctl](https://github.com/containerd/nerdctl) and [podman](https://podman.io) (in both rootless and rootfull mode) work on such filesystems. I don't use Docker personally (because everyone does) so it won't be covered here[^1]. All of my computers either have ZFS or Btrfs on root. Therefore, I'll discuss how to make [nerdctl](https://github.com/containerd/nerdctl) and [podman](https://podman.io) (in both rootless and rootfull mode) work on such filesystems. I don't use Docker personally (because everyone does) so it won't be covered here[^1].

View File

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1705496572, "lastModified": 1706191920,
"narHash": "sha256-rPIe9G5EBLXdBdn9ilGc0nq082lzQd0xGGe092R/5QE=", "narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "842d9d80cfd4560648c785f8a4e6f3b096790e19", "rev": "ae5c332cbb5827f6b1f02572496b141021de335f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -1,5 +1,5 @@
{ {
description = "FollieHiyuki's personal blog"; description = "folliehiyuki's personal blog";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";

View File

@ -1,6 +1,6 @@
baseURL = "https://www.folliehiyuki.com" baseURL = "https://www.folliehiyuki.com"
languageCode = "en-us" languageCode = "en-us"
title = "FollieHiyuki's blog" title = "folliehiyuki's blog"
hasCJKLanguage = true hasCJKLanguage = true
enableEmoji = true enableEmoji = true
enableRobotsTXT = true enableRobotsTXT = true

View File

@ -1,7 +1,7 @@
<footer class="Footer"> <footer class="Footer">
<div class="u-wrapper"> <div class="u-wrapper">
<span><a href="/index.xml">RSS feed</a></span> <span><a href="/index.xml">RSS feed</a></span>
<span><a href="https://gitlab.com/FollieHiyuki/site" target="_blank" rel="noopener external">Source code</a></span> <span><a href="https://gitlab.com/folliehiyuki/site" target="_blank" rel="noopener external">Source code</a></span>
<span> <span>
<a href="https://fediring.net/previous?host=www.folliehiyuki.com" rel="noopener external"><<</a> <a href="https://fediring.net/previous?host=www.folliehiyuki.com" rel="noopener external"><<</a>
<a href="https://fediring.net/" target="_blank" rel="noopener external">Fediring</a> <a href="https://fediring.net/" target="_blank" rel="noopener external">Fediring</a>