mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 12:09:29 -07:00
example site setup
This commit is contained in:
5
exampleSite/config.toml
Normal file
5
exampleSite/config.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
baseURL = 'https://www.example.com/'
|
||||||
|
title = 'My New Hugo Site'
|
||||||
|
themesdir = '../..'
|
||||||
|
theme = 'Bridget'
|
||||||
|
disableKinds = ["section", "taxonomy", "term"]
|
||||||
4
exampleSite/content/images/index.md
Normal file
4
exampleSite/content/images/index.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: The Gallery
|
||||||
|
headless: true
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user