Add Hugo.toml with minimum config
This commit is contained in:
parent
bdcb68bb5f
commit
702baae7ed
1 changed files with 11 additions and 0 deletions
11
hugo.toml
Normal file
11
hugo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
theme= "sandpoints"
|
||||
|
||||
# Relative URLS
|
||||
relativeurls = true
|
||||
|
||||
# Taxonomy is keyword/keywords
|
||||
[taxonomies]
|
||||
keyword = "keywords"
|
Loading…
Add table
Reference in a new issue