diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-12-18 21:07:28 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-12-18 21:07:28 +0100 |
commit | bbd324d0c3e245742dc9e23ce218bd7ed916f675 (patch) | |
tree | 8f62d47e7508a4dbdd0d341cd0a75bc884bb9dfa | |
parent | 4e53dc0e6b4e2928dddac12dfdd990dbfc3befa5 (diff) | |
download | blog-bbd324d0c3e245742dc9e23ce218bd7ed916f675.tar.gz blog-bbd324d0c3e245742dc9e23ce218bd7ed916f675.zip |
readme: add first development hint
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |