frostfs.info/config.toml
Vitaliy Potyarkin 727a5f7b88
All checks were successful
build static site / build (pull_request) Successful in 55s
[#22] Add FrostFS description to the site
Besides the fact that's it's required by common sense, having project
description also checks the mark for the FLOSS Best Practises badge:

[description_good]: https://www.bestpractices.dev/en/criteria/0#0.description_good

(close #22)

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2025-02-18 14:46:05 +03:00

75 lines
1.8 KiB
TOML

################################# Site configuration ###################
baseURL = 'https://frostfs.info/'
# disable language
disableLanguages = []
title = 'FrostFS'
theme = 'dot-hugo'
enableEmoji = true
# unsafe html
[markup.goldmark.renderer]
unsafe = true
# table of contents
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
############################# Default Parameters ##########################
[params]
# logo is for all page
logo = 'images/FrostFS.svg'
# customize color
primary_color = "#00c3e5"
bg_color = "#00c3e5"
body_color = "#f9f9f9"
text_color = "#003"
text_color_dark = "#003"
white_color = "#ffffff"
light_color = "#00c3e5"
# font family
font_family = "WorkSans" # Choose font family from : https://fonts.google.com/
# contact form action
contact_form_action = "#" # contact form works with : https://formspree.io
############################## social links ##############################
[[params.social]]
icon = "ti-github" # themify icon pack : https://themify.me/themify-icons
name = "Forgejo instance"
link = "https://git.frostfs.info/TrueCloudLab"
################################ English Language ######################
[Languages.en]
languageName = "En"
languageCode = "en-us"
weight = 1
copyright = "Copyright &copy; [TrueCloudLab](https://git.frostfs.info/TrueCloudLab) 2022-2024"
# banner
[Languages.en.params.banner]
title = "FrostFS Documentation"
subtitle = "FrostFS is a decentralized distributed object storage integrated with the NEO Blockchain"
#bg_image = "images/header.svg"
placeholder = "Have a question? Just ask here or enter terms"
################## english navigation #################
[[Languages.en.menu.main]]
name = "Proposals"
url = "proposals/"
weight = 1
[[Languages.en.menu.main]]
name = "SDK & API"
url = "api/"
weight = 2
[[Languages.en.menu.main]]
name = "About"
url = "about/"
weight = 3