
Sign up to save your podcasts
Or


The second of three parts of an introduction to my "LunaGen" software.
Transcript:
PT2: IMPLEMENTATION
--
Since I am both the user and developer
The structured data language is YAML.
The templating language is Jinja2.
And it's tied together with Python.
In fact, most of the functionality of LunaGen
The Python code is quite tiny and simple.
In the simple case,
Even if the page consists primarily of
We only really need Python manipulations
--
--
And we need Python to handle interlaced content,
This is a simple alternation pattern
We thus apply the Jinja2 templates
This is how you get the page structure you
This is how I handle things like
These secondary blocks can appear
--
By The second of three parts of an introduction to my "LunaGen" software.
Transcript:
PT2: IMPLEMENTATION
--
Since I am both the user and developer
The structured data language is YAML.
The templating language is Jinja2.
And it's tied together with Python.
In fact, most of the functionality of LunaGen
The Python code is quite tiny and simple.
In the simple case,
Even if the page consists primarily of
We only really need Python manipulations
--
--
And we need Python to handle interlaced content,
This is a simple alternation pattern
We thus apply the Jinja2 templates
This is how you get the page structure you
This is how I handle things like
These secondary blocks can appear
--