place basic config dir
This commit is contained in:
24
config/_default/config.toml
Normal file
24
config/_default/config.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
# set `baseurl` to your root domain
|
||||
# if you set it to "/" share icons won't work properly on production
|
||||
baseurl = "https://domestos.info/" # Include trailing slash
|
||||
# title = "Clarity" # Edit directly from config/_default/languages.toml # alternatively, uncomment this and remove `title` entry from the aforemention file.
|
||||
copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved."
|
||||
# canonifyurls = true
|
||||
paginate = 10
|
||||
theme = "hugo-clarity"
|
||||
disqusShortname = ""
|
||||
|
||||
DefaultContentLanguage = "en"
|
||||
# [languages]
|
||||
# config/_default/languages.toml
|
||||
|
||||
# [menus]
|
||||
# config/_default/menus/menu.xx.toml
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
series = "series"
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
Reference in New Issue
Block a user