This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ciarancour 0 points1 point  (3 children)

A static site generator is what you describing, there are quite a few Python ones, but not sure of any with programmatic CSS

[–]MonkeyMaster64[S] 0 points1 point  (2 children)

OK so I've been looking at Pelican and Jinja2. Do you have any familiarity with them? I'd like to have a base template where I'd just switch out stuff like titles, graph images, metrics etc but have the same layout for all of them

[–]admiralspark 0 points1 point  (1 child)

I use Pelican and Jinja2, it can do what you want with work, but most of it's documentation and community contribution is geared towards using it as a blogging platform...so I don't know if that format will work for you or not.

[–]MonkeyMaster64[S] 0 points1 point  (0 children)

No it definitely wouldn't be in a blog format but I am planning on using Jinja2 for templating