From 0fbaa5359b3e1939b10c16f76cf3ce8ded83e864 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 3 Jan 2026 07:35:44 +0800 Subject: [PATCH] chore: reduce optional config defaults --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9b9e2b27b..09eb8f5ae 100644 --- a/_config.yml +++ b/_config.yml @@ -36,7 +36,7 @@ social: # It will be displayed as the default author of the posts and the copyright owner in the Footer name: your_full_name email: example@domain.com # change to your email address - fediverse_handle: "@you@domain.com" # change to your fediverse handle or leave empty + fediverse_handle: # fill in your fediverse handle. E.g. "@username@domain.com" links: # The first element serves as the copyright owner's link - https://twitter.com/username # change to your Twitter homepage