Eric I'd like to begin using some sort of Static Site Generator for my site, so I don't have to manually update the navbar on multiple legacy pages every time as core link is added (I'd also like to avoid using server side includes). Whats on offer all seem so hugely over engineered! Is there any relaxed way to refactor an old static site to run on a introduced template engine? The legacy pages only really require a Navbar insert, future pages I'm happy to dive into the template methodology a bit more.
Mark Dain I'd guess it would depend entirely on the templating system. What are you using?
7y, 29w 2 replies
Login or register your account to reply
Eric Right now: Nothing, all the pages were hand rolled using bootstrap as the bones. Everything out there already seems hugely cumbersome.
7y, 29w 1 reply
Mark Dain I'd probably roll my own with PHP and Twig ( twig.sensiolabs.org ) which I'm using for my travel blog, although I'm running it with php-fpm, not compiling the pages. Although I don't think it would be that hard to do
7y, 29w reply