place basic config dir

This commit is contained in:
2023-09-06 21:50:59 +02:00
parent b17378ca5f
commit 6b93ae1bbb
7 changed files with 289 additions and 0 deletions

View 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 © 20082018, 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"]