don't track hugo.toml and add example files
This commit is contained in:
parent
bb0554610d
commit
2f39c0c1b8
4 changed files with 71 additions and 15 deletions
13
example.hugo.toml
Normal file
13
example.hugo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
baseURL = "https://your-domain.com"
|
||||
locale = "en-us"
|
||||
title = "Your Site"
|
||||
theme = "one-pager"
|
||||
disableKinds = ["sitemap", "taxonomy", "term"]
|
||||
|
||||
[params]
|
||||
sitename = "Your Site"
|
||||
description = "Your site description"
|
||||
headerImage = "/path/to/fallback/headerimage.jpg"
|
||||
|
||||
[permalinks]
|
||||
page = "/:contentbasename/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue