Initial Commit

This commit is contained in:
2025-09-06 13:28:05 +10:00
commit 7a9a8a1f15
144 changed files with 3461 additions and 0 deletions

21
config/_default/hugo.toml Normal file
View File

@ -0,0 +1,21 @@
# The base URL for the site.
baseURL = 'https://comprofix.com'
# The title of the site.
title = 'Comprofix'
# Enable Git info https://gohugo.io/methods/page/gitinfo/
enableGitInfo = false
# Pagination settings.
[pagination]
pagerSize = 5
# Make sure to include JSON output to support the search functionality.
[outputs]
home = ["HTML", "RSS", "JSON"]
# Import the theme.
[module]
[[module.imports]]
path = "git.comprofix.com/mmckinnon/hugo-theme-chirpy"