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.
41 lines
913 B
TOML
41 lines
913 B
TOML
base_url = "https://it.pedf.cuni.cz"
|
|
title = "KITTV"
|
|
|
|
compile_sass = true
|
|
highlight_code = false
|
|
build_search_index = false
|
|
|
|
|
|
[markdown]
|
|
|
|
smart_punctuation = true
|
|
|
|
|
|
[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"}
|
|
]
|
|
|
|
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"}
|
|
]
|
|
|
|
nav_footer = [
|
|
{path = "", name = "Bakalářská studia"},
|
|
{path = "", name = "Magisterská studia"},
|
|
{path = "", name = "Harmonogram ak. roku"},
|
|
{path = "", name = "Formuláře"},
|
|
]
|