From 027068df6b71fc043709af253f3ff0ff3730dfd1 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 11 Dec 2020 10:00:53 +0100 Subject: [PATCH] Basic index template --- config.toml | 4 ++++ content/_index.md | 2 ++ templates/index.html | 23 +++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 content/_index.md create mode 100644 templates/index.html diff --git a/config.toml b/config.toml index ba9dba4..2cb3492 100644 --- a/config.toml +++ b/config.toml @@ -3,4 +3,8 @@ compile_sass = false highlight_code = true build_search_index = false +title = "tp.0x45.cz" +description = "" +default_language = "en" + [extra] 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/templates/index.html b/templates/index.html new file mode 100644 index 0000000..60dc866 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,23 @@ + + + + + + + {% block title %}{{ config.title }}{% endblock title %} + + + + + +
+ {{ config.title }} +
+ +
+ {% block content %} + {% endblock content %} +
+ +