Added some themes as git modules and also initialized a new theme

This commit is contained in:
2025-12-10 17:44:11 +00:00
parent c87a5fc251
commit 539c96f195
30 changed files with 319 additions and 0 deletions

23
themes/sukaato/hugo.toml Normal file
View File

@@ -0,0 +1,23 @@
baseURL = 'https://example.org/'
languageCode = 'en-US'
title = 'My New Hugo Site'
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 20
[[menus.main]]
name = 'Tags'
pageRef = '/tags'
weight = 30
[module]
[module.hugoVersion]
extended = false
min = "0.116.0"