diff options
author | heqnx <root@heqnx.com> | 2025-07-05 13:48:45 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-05 13:48:45 +0300 |
commit | 057e0ceb257b62a3b0755cb73b7a685cb74c57a9 (patch) | |
tree | 1501eaca42821c22dd36e7e4a445d1d54139ed1a /templates | |
parent | 7ff2aaef6717b97278d97e40143e0dec22924fa5 (diff) | |
download | ansible-icecast2-057e0ceb257b62a3b0755cb73b7a685cb74c57a9.tar.gz ansible-icecast2-057e0ceb257b62a3b0755cb73b7a685cb74c57a9.zip |
removed hugo.toml
Diffstat (limited to 'templates')
-rw-r--r-- | templates/hugo.toml.j2 | 13 |
1 files changed, 0 insertions, 13 deletions
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 }}", - ] |