5 ms·
what's the advantage of a static site generator over pandoc + makefile?
by purplehat_ 5mo ago
what's the advantage of a static site generator over pandoc + makefile?
- lopsotronic 5mo agoWhile opinions differ, I would say that pandoc+makefile is a variant of SSG, versus something wholly different in kind.
- turkeyboi 5mo agoSame thing
- UqWBcuFx6NV4r 5mo agoHuh? What’s the advantage of a car over a Toyota Camry?
- albedoa 5mo agoLet the man try to feed his family with *checks notes* internet points.
- gglitch 5mo agoI’m using Jekyll for includes and so I can use Ruby to render pages from yaml data. I’m sure Pandoc can do this too one way or another but it’s dead simple out of the box in Jekyll. I mean, it’s tempting though.