From 32634ba6ec995e08243a277ac423eab772db6d35 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 23 Apr 2024 22:55:45 +0900 Subject: [PATCH] fix --- theme.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 theme.toml diff --git a/theme.toml b/theme.toml new file mode 100644 index 00000000..26d15930 --- /dev/null +++ b/theme.toml @@ -0,0 +1,16 @@ +name = "ai/web" +license = "MIT" +licenselink = "https://git.syui.ai/ai/web" +description = "ai/web hugo theme" +homepage = "https://yui.syui.ai" +tags = ["blog"] +features = ["font-awesome","icomoon"] + +[author] + name = "syui" + homepage = "https://syui.ai" + +[original] + author = "syui" + homepage = "https://yui.syui.ai" + repo = "https://git.syui.ai/ai/web"