From e4c4373dc869e8534b98ef5ef2c244c40283812c Mon Sep 17 00:00:00 2001 From: Mark Ayers Date: Fri, 13 Feb 2026 21:24:34 -0500 Subject: [PATCH] feat: add repository settings configuration --- .github/settings.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..a577c31 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,8 @@ +_extends: .github + +repository: + name: tmp + description: "a test Hugo site" + homepage: https://philoserf.github.io/tmp/ + topics: + - test-site