first commit

This commit is contained in:
kbe
2025-08-18 15:31:01 +02:00
commit 316e12b98a
10 changed files with 788 additions and 0 deletions

23
hugo.toml Normal file
View File

@@ -0,0 +1,23 @@
baseURL = 'https://www.mistergeek.net/'
languageCode = 'fr-fr'
title = 'Mistergeek'
# theme = "your-theme"
# WordPress API Configuration
[params.wordpress]
apiUrl = "https://www.mistergeek.net/wp-json/wp/v2"
postsPerPage = 10
featuredImageSize = "large"
authorEndpoint = "users"
categoryEndpoint = "categories"
tagEndpoint = "tags"
# Build configuration
[build]
writeStats = true
[[build.cachebusters]]
source = "assets/.*\\.(js|ts|jsx|ts)$"
target = "js"
[[build.cachebusters]]
source = "assets/.*\\.(css|sass|scss)$"
target = "css"