From bbd324d0c3e245742dc9e23ce218bd7ed916f675 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 18 Dec 2024 21:07:28 +0100 Subject: readme: add first development hint --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03c9c58..15a1bf1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The blog comes with an own _layout_ and _style_ and is generated with the static site generator [zola](https://github.com/getzola/zola). I am by no means a web developer, so be warned about the `html` and `css` you -find in here :^). But in general I like minimalism and `monospace`. +find in here :^). But in general I like minimalism and `monospace` fonts. The repository is organized as follows. @@ -28,3 +28,8 @@ zola serve --open -i 0.0.0.0 -u ``` > NOTE: Serving with zola is only for testing, don't use zola to serve the page > on the web. Use a proper http server for that. + +## development hints + +Use the special template variable [`__tera_context`](https://keats.github.io/tera/docs/#variables) +to see the current full context in a template. -- cgit v1.2.3