example site setup

This commit is contained in:
Spedon
2023-03-09 12:00:13 +08:00
parent 66b213636b
commit 4a58950a44
3 changed files with 9 additions and 0 deletions

5
exampleSite/config.toml Normal file
View File

@@ -0,0 +1,5 @@
baseURL = 'https://www.example.com/'
title = 'My New Hugo Site'
themesdir = '../..'
theme = 'Bridget'
disableKinds = ["section", "taxonomy", "term"]

View File

@@ -0,0 +1,4 @@
---
title: The Gallery
headless: true
---

View File