From 057e0ceb257b62a3b0755cb73b7a685cb74c57a9 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sat, 5 Jul 2025 13:48:45 +0300 Subject: removed hugo.toml --- templates/hugo.toml.j2 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 templates/hugo.toml.j2 (limited to 'templates') diff --git a/templates/hugo.toml.j2 b/templates/hugo.toml.j2 deleted file mode 100644 index 85c0e3a..0000000 --- a/templates/hugo.toml.j2 +++ /dev/null @@ -1,13 +0,0 @@ -baseURL = "https://{{ domain }}" -languageCode = "en-us" -title = "{{ username }}" -theme = "dos-theme" -publishDir = "/var/www/html/docs" -disableKinds = ["taxonomy", "RSS", "sitemap"] -disablePathToLower = true -disableHugoGeneratorInject = true - -[params] - contacts = [ - "{{ radio_email }}", - ] -- cgit v1.2.3