January 2026
Neopoligen v44 Pipeline Draft
I'm about to start version 44 of Neopoligenneo. This is the plan for the build pipeline:
The Steps
- Run pre-build scripts.
- Build images in named locations.
- Generate alternate sized images.
- Combine bitty scripts into single file.
- Transform HTML Template Tags to MiniJinja tokens.
- Load all .json files as data payload.
- Run site through initial MiniJinja build.
- Load Markdown file raw data.
-
Set
extendscall for markdown files to define template. - Load Neopolitan file raw data.
-
Set
extendscall for neopolitan files to define template. - Generate "tags" pages (indicated by flag in metadata)
- Generate paginated pages (indicated by flag in metadata)
- Run site through MiniJinja set up for standard tokens.
- Run site through MiniJinja set up for JS/CSS tokens.
- Output files to final locations.
- Output JSON files (indicated by flag in metadata).
- Run post-build scripts.
This is where my head's at now. I expect there will be some tweaks. That is just the way.
-a
end of line
Endnotes
This list is the initial draft. The production one will be in the docs in the Neopoligen project. Just wanted to get this out now while I'm prepping the engine for the next version.
Footnotes
The website builder I'm making that uses the Neopolitan format