Files
comprofix.com/config/_default/hugo.toml
2025-09-06 13:28:05 +10:00

21 lines
472 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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"