blob: a55de6f1fe906a5fee039ca5413dc5497284e887 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Witryna Test Site'
theme = 'PaperMod'
[params]
env = "production"
description = "A test Hugo site for Witryna deployment testing"
author = "Test Author"
showReadingTime = true
showShareButtons = false
showPostNavLinks = true
[params.homeInfoParams]
Title = "Witryna Test Site"
Content = "A simple Hugo site for testing the Witryna deployment tool."
[[params.socialIcons]]
name = "github"
url = "https://github.com/"
|