Ken,

I've read your message, and seen many of the responses (personally I like 
Nikola too -- but I've not used it for any real projects).

But, I'm slightly confused - your subjects says: "NOT a flat file CMS". If you 
don't need something that will apply CSS styling, and build a navigation 
framework, then why would you need a site generator? If you are just adding a 
header and footer to a bunch of files couldn't a simple script just concatenate 
the files for you... IE something like:

for i in *.html do
 cat header >> out/$i
 cat $i >> out/$i
 cat footer.html >> out/$i
done

/**** Insert code to push the pages to your server here ***/

George

On Wed, Apr 3, 2019, at 1:38 PM, Ken Fallon wrote:
> Hi All,
> 
> Do any of you have a recommendation for a Static Site Generators that
> just publishes html files.
> 
> For example takes a page, adds a header and footer from somewhere and
> publishes the combined page.
> 
> 
> -- 
> Regards,
> 
> Ken Fallon
> http://kenfallon.com
> http://hackerpublicradio.org/correspondents.php?hostid=30
> 
> 
> _______________________________________________
> Hpr mailing list
> Hpr@hackerpublicradio.org
> http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org
> 
> 
> *Attachments:*
>  * signature.asc
_______________________________________________
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org

Reply via email to