From 10c0fd3a1cdd909d88428e7a7be35d2f1fbe674e Mon Sep 17 00:00:00 2001 From: "M.R. Firmansyah" Date: Tue, 1 Oct 2024 17:33:31 +0700 Subject: [PATCH] Add Mastodon verification --- .gitignore | 1 + .hugo_build.lock | 0 config.toml | 4 ++-- themes/home-firman | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 .hugo_build.lock diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..364fdec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/ diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/config.toml b/config.toml index 8f3677d..966cee1 100644 --- a/config.toml +++ b/config.toml @@ -11,5 +11,5 @@ theme = "home-firman" [author.url] blog = "https://blog.mrfirmansyah.my.id" pgp = "https://keys.openpgp.org/vks/v1/by-fingerprint/1F3FDA046B3ABAC844252A5D076C6E25A6E1F70A" - social = "https://social.mrfirmansyah.my.id" - git = "https://git.mrfirmansyah.my.id" \ No newline at end of file + social = "https://social.mrfirmansyah.my.id/@firman" + git = "https://git.mrfirmansyah.my.id/firman" \ No newline at end of file diff --git a/themes/home-firman b/themes/home-firman index f970867..201bd68 160000 --- a/themes/home-firman +++ b/themes/home-firman @@ -1 +1 @@ -Subproject commit f970867d6657ea9dbedc89390eb856d40eae74ab +Subproject commit 201bd68cc60a59a0772f72b007805c3fc39f17d2