first commit. From prod.

This commit is contained in:
2026-03-16 23:07:23 +00:00
commit 5542e36ddc
486 changed files with 47001 additions and 0 deletions

17
config.toml Normal file
View File

@@ -0,0 +1,17 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = ''
theme = "hugo-book"
[params]
BookTheme = 'dark'
BookSection = '*'
BookToC = true
BookSearch = true
BookLogo = 'logo.jpg'
plausibleDomain = "libertytools.io"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true