diff --git a/config.toml b/config.toml index a1b019c..15f7185 100644 --- a/config.toml +++ b/config.toml @@ -15,6 +15,7 @@ external_links_no_referrer = true nav = [ {title = "Informace", path = "/informace/"}, {title = "Personál", path = "/personal/"}, + {title = "Galerie", path = "/galerie/"}, {title = "Kontakt", path = "/kontakt/"}, - {title = "Přihlášky", path = "https://prihlasky.kocandaci.cz", external = true} + {title = "Přihlášky", path = "https://is.kocandaci.cz", external = true} ] diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..ac36e06 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/content/galerie/_index.md b/content/galerie/_index.md new file mode 100644 index 0000000..ac36e06 --- /dev/null +++ b/content/galerie/_index.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/content/informace/_index.md b/content/informace/_index.md new file mode 100644 index 0000000..ac36e06 --- /dev/null +++ b/content/informace/_index.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/content/kontakt.md b/content/kontakt.md new file mode 100644 index 0000000..ac36e06 --- /dev/null +++ b/content/kontakt.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/content/personal/_index.md b/content/personal/_index.md new file mode 100644 index 0000000..4e63073 --- /dev/null +++ b/content/personal/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Personál" +template = "personnel.html" +page_template = "page.html" ++++ diff --git a/content/personal/kamil-koza/index.md b/content/personal/kamil-koza/index.md new file mode 100644 index 0000000..6d0bce9 --- /dev/null +++ b/content/personal/kamil-koza/index.md @@ -0,0 +1,5 @@ ++++ +[extra] +name = "Kamil Koza" +role = "Oddílák, Hokr" ++++ diff --git a/content/prispevky/_index.md b/content/prispevky/_index.md new file mode 100644 index 0000000..ac36e06 --- /dev/null +++ b/content/prispevky/_index.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/templates/section.html b/templates/section.html new file mode 100644 index 0000000..c109439 --- /dev/null +++ b/templates/section.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} + {{ section.content | safe }} +{% endblock %}