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

50 lines
1.4 KiB
TOML

2 years ago
base_url = "https://it.pedf.cuni.cz/"
2 years ago
title = "Katedra informačních technologií a technické výchovy"
3 years ago
default_language = "cs"
3 years ago
compile_sass = true
highlight_code = false
build_search_index = false
feed_filename = "atom.xml"
[markdown]
smart_punctuation = true
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
3 years ago
[extra]
nav_primary = [
{path = "katedra", name = "Katedra"},
{path = "uchazeci", name = "Uchazeči"},
{path = "studenti", name = "Studenti"},
2 years ago
{path = "vedecka-cinnost", name = "Věda"}
]
nav_secondary = [
{path = "https://cuni.cz", name = "Univerzita Karlova"},
{path = "https://pedf.cuni.cz", name = "Pedagogická fakulta"}
]
3 years ago
nav_rambotron = [
2 years ago
{path = "https://pedf.cuni.cz/PEDF-606.html", name = "Harmonogram roku"},
{path = "/uchazeci/prijimaci_rizeni/", name = "Termíny přijímacího řízení"},
{path = "/studenti/zav_prace/", name = "Témata závěrečných prací"},
2 years ago
{path = "/studenti/szz/", name = "Okruhy k SZZ"},
{path = "/uchazeci/zajmove-programy-czv/", name = "Kurzy pro učitele"}
3 years ago
]
nav_footer = [
{path = "/katedra/sidlo-pracoviste/", name = "Sídlo pracoviště"},
{path = "/katedra/pracovnici/", name = "Pracovníci"},
2 years ago
{path = "/studenti/ssp/", name = "Studenti se spec. potřebami"},
2 months ago
{path = "https://cunicz.sharepoint.com/sites/PedF-Int", name = "Intranet"},
{path = "/pristupnost/", name = "Prohlášení o přístupnosti"},
]