|
|
|
baseurl = "https://avaframe.org"
|
|
|
|
# baseurl = "/"
|
|
|
|
title = "AvaFrame"
|
|
|
|
|
|
|
|
theme = "coder-portfolio"
|
|
|
|
# theme = "hugo-coder"
|
|
|
|
|
|
|
|
DefaultContentLanguage = "en"
|
|
|
|
|
|
|
|
paginate = 10
|
|
|
|
|
|
|
|
pygmentsstyle = "b2"
|
|
|
|
pygmentscodefences = true
|
|
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
pygmentsUseClasses = true
|
|
|
|
|
|
|
|
[params]
|
|
|
|
author = "AvaFrame"
|
|
|
|
description = "The open source avalanche framework"
|
|
|
|
keywords = "project,avalanche"
|
|
|
|
info = "The Open Avalanche Framework"
|
|
|
|
avatarurl = "images/AvaFrameLogo.svg"
|
|
|
|
footercontent = ""
|
|
|
|
fixedbarContent = "Want to contact us? Visit our matrix room at: "
|
|
|
|
# fixedbarContentAfter = "Thank You! Please share it if you like it→"
|
|
|
|
|
|
|
|
hideCredits = false
|
|
|
|
hideCopyright = false
|
|
|
|
|
|
|
|
# Bottom sns share
|
|
|
|
snsShare = false
|
|
|
|
# Popular sns share
|
|
|
|
# if you want add sns. please message!
|
|
|
|
enableTwitterShare = false
|
|
|
|
enableFacebookShare = false
|
|
|
|
enableHatenaShare = false
|
|
|
|
enableLineShare = false
|
|
|
|
enableLinkedInShare = false
|
|
|
|
|
|
|
|
thumbnail = "images/tn.png"
|
|
|
|
|
|
|
|
# Custom CSS
|
|
|
|
custom_css = []
|
|
|
|
|
|
|
|
# Alignment of Mobile Menu items
|
|
|
|
itemscentered = true
|
|
|
|
|
|
|
|
# RTL support
|
|
|
|
rtl = false
|
|
|
|
|
|
|
|
langseparator = "|"
|
|
|
|
|
|
|
|
[languages]
|
|
|
|
[languages.en]
|
|
|
|
languagecode = "en"
|
|
|
|
languagename = "English" # The language name to be displayed in the selector.
|
|
|
|
title = "AvaFrame"
|
|
|
|
|
|
|
|
# You can configure the theme parameter for each language.
|
|
|
|
[languages.en.params]
|
|
|
|
author = "AvaFrame"
|
|
|
|
info = "The open source avalanche framework"
|
|
|
|
|
|
|
|
[languages.en.menu] # It is possible to change the menu too.
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "About"
|
|
|
|
weight = 1.0
|
|
|
|
url = "about"
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Documentation"
|
|
|
|
url = "https://docs.avaframe.org"
|
|
|
|
weight = 2.0
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Code"
|
|
|
|
url = "https://github.com/avaframe/AvaFrame/"
|
|
|
|
weight = 3.0
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Posts"
|
|
|
|
weight = 4.0
|
|
|
|
url = "posts"
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Reports"
|
|
|
|
weight = 4.1
|
|
|
|
url = "reports"
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Team"
|
|
|
|
weight = 4.2
|
|
|
|
url = "team"
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Contact"
|
|
|
|
weight = 5
|
|
|
|
url = "contact"
|
|
|
|
|
|
|
|
|
|
|
|
|