|
|
|
|
|
by genewitch
496 days ago
|
|
Back in the day I'd use a WYSIWYG editor to design a front page and navbar and whatever, then split each part into header, nav, footer files and have code spit out the template HTML in the correct order with "body" file chosen by the URI This is static site generation? I had another name, basically it was CMS for people that used ms word to type blog posts Doing this again with a markdown step sounds cool I think a real cms just has like tag engines and the ability to group posts and that sort of thing. But a site where everything is chronological; and otherwise only "wicked" - linked via potholes in posts is really all I need. Maybe. I do need 2 blog sites here soon. I'll try templating for one and a ssg for the other maybe. |
|
Yeah can probably get a whole static site from a python script that loads jinja. There are lots of ways.
I just think this stuff is so easy and there is so many good tools that it is worth tailor making a solution you like.