forked from kittv/web
1
0
Fork 0
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.
web/config.toml

28 lines
647 B
TOML

3 years ago
base_url = "https://it.pedf.cuni.cz"
3 years ago
title = "KITTV"
3 years ago
compile_sass = true
highlight_code = false
build_search_index = false
[extra]
nav_primary = [
{path = "", name = "Katedra"},
{path = "", name = "Uchazeči"},
{path = "", name = "Studenti"},
{path = "", name = "Vědecká činnost"}
]
nav_secondary = [
{path = "https://cuni.cz", name = "Univerzita Karlova"},
{path = "https://pedf.cuni.cz", name = "Pedagogická fakulta"}
]
3 years ago
nav_rambotron = [
{path = "", name = "Harmonogram roku"},
{path = "", name = "Termíny přijímacího řízení"},
{path = "", name = "Témata závěrečných prací"},
{path = "", name = "Okruhy k SZZ"}
]