aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
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 <IP_OF_DEVICE>
```
> 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.