mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Add reference config.toml
This commit is contained in:
parent
2ceda80f74
commit
2fe1ef449f
41
exampleSite/config.toml
Normal file
41
exampleSite/config.toml
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
baseURL = "https://example.com"
|
||||||
|
theme = "bobatheme"
|
||||||
|
defaultContentLanguage = "en"
|
||||||
|
author = "bbaovanc"
|
||||||
|
sectionPagesMenu = "main"
|
||||||
|
enableRobotsTXT = true
|
||||||
|
paginate = 5
|
||||||
|
enableGitInfo = true
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.highlight]
|
||||||
|
noClasses = false
|
||||||
|
lineNos = true
|
||||||
|
|
||||||
|
[params]
|
||||||
|
# these are for the OpenGraph/Twitter embeds in Hugo
|
||||||
|
description = "Example website for bobatheme"
|
||||||
|
|
||||||
|
# these are for favicons in bobatheme
|
||||||
|
faviconICO = "/favicon.ico"
|
||||||
|
faviconPNG = "/favicon.png"
|
||||||
|
|
||||||
|
# show word count and/or reading time
|
||||||
|
wordcount = true
|
||||||
|
readingtime = true
|
||||||
|
|
||||||
|
# used for last update
|
||||||
|
repoURL = "https://github.com/BBaoVanC/bobatheme"
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
languageName = "English"
|
||||||
|
title = "Example Website"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[languages.es]
|
||||||
|
languageName = "Español"
|
||||||
|
title = "Sitio web ejemplo"
|
||||||
|
weight = 2
|
||||||
|
[languages.es.params]
|
||||||
|
description = "Sitio web ejemplo para bobatheme"
|
Loading…
Reference in New Issue
Block a user