75 lines
1.3 KiB
TOML
75 lines
1.3 KiB
TOML
baseurl = "https://falkon.sgorava.xyz/"
|
|
title = "Falkon Tutorials"
|
|
canonifyurls = true
|
|
languageCode = "en-US"
|
|
paginate = 3
|
|
disableHugoGeneratorInject = true
|
|
pluralizeListTitles = false
|
|
|
|
[author]
|
|
name = "Juraj Oravec"
|
|
|
|
SectionPagesMenu = "main"
|
|
|
|
# Configure syntax highlight
|
|
[markup]
|
|
[markup.highlight]
|
|
style = "rrt" # dark themes: monokai, api, fruity, native, rrt, swapoff
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
weight = -140
|
|
identifier = "about"
|
|
url = "/about/"
|
|
|
|
[[menu.main]]
|
|
name = "Docs"
|
|
weight = -130
|
|
identifier = "docs"
|
|
url = "/docs"
|
|
[menu.main.params]
|
|
target = "_blank"
|
|
|
|
[[menu.main]]
|
|
name = "QML"
|
|
weight = -120
|
|
identifier = "qml"
|
|
url = "/qml/"
|
|
|
|
[[menu.main]]
|
|
name = "Python"
|
|
weight = -110
|
|
identifier = "python"
|
|
url = "/python/"
|
|
|
|
[[menu.main]]
|
|
name = "RSS"
|
|
weight = -100
|
|
identifier = "feed"
|
|
url = "/index.xml"
|
|
|
|
[params.meta]
|
|
description = "A collection of tutorial for Falkon plugin development."
|
|
|
|
[params]
|
|
year = 2022
|
|
email = "jurajoravec@mailo.com"
|
|
|
|
[permalinks]
|
|
qml = "/tutorial/qml/:title/"
|
|
python = "/tutorial/python/:title"
|
|
|
|
[privacy]
|
|
[privacy.disqus]
|
|
disable = true
|
|
[privacy.googleAnalytics]
|
|
disable = true
|
|
[privacy.instagram]
|
|
disable = true
|
|
[privacy.twitter]
|
|
disable = true
|
|
[privacy.vimeo]
|
|
disable = true
|
|
[privacy.youtube]
|
|
disable = true
|