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

34 lines
725 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
[markdown]
smart_punctuation = true
3 years ago
[extra]
nav_primary = [
{path = "katedra", name = "Katedra"},
{path = "uchazeci", name = "Uchazeči"},
{path = "studenti", name = "Studenti"},
{path = "vedecka-cinnost", 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"}
]