From 75451de7c1b556bc06a8148ff77412387c7fa65e Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Tue, 2 Sep 2025 17:04:57 -0400 Subject: [PATCH] Added a website configuration file --- site.toml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 site.toml diff --git a/site.toml b/site.toml new file mode 100644 index 0000000..504bf26 --- /dev/null +++ b/site.toml @@ -0,0 +1,45 @@ +[site] +name = "SUKAATO" +author = "rika" +fqdn = "sukaato.moe" +tags = [ + "anime", + "manga", + "doujinshi", + "comics", + "media studies", + "philosophy", + "religious studies", + "cultural history", + "intellectual history", + "psychoanalysis", + "social theory", + "ethnic studies", + "political science", + "jurisprudence", + "sociology", + "psychology", + "sexology", + "art", + "drawing", + "painting", + "photography", + "music", + "music theory", + "musicology", + "logic", + "argumentation theory", + "computer science", + "programming", + "mechanics", + "mathematics", + "tv", + "film", + "fandom", + "theoretical physics", + "literature" + ] +desc = "skirting the impassable unconscious" +lang = "en" +theme = "default" +username = "root" \ No newline at end of file