You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

103 lines
2.5 KiB
TOML

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"
5 years ago
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"
2 years ago
[[languages.en.menu.main]]
name = "Team"
weight = 4.2
url = "team"
[[languages.en.menu.main]]
name = "Contact"
weight = 5
url = "contact"