3 ms·
what's the advantage of a static site generator over pandoc + makefile?
by purplehat_ 6mo ago
what's the advantage of a static site generator over pandoc + makefile?
- lopsotronic 6mo agoWhile opinions differ, I would say that pandoc+makefile is a variant of SSG, versus something wholly different in kind.
- turkeyboi 6mo agoSame thing
- UqWBcuFx6NV4r 6mo agoHuh? What’s the advantage of a car over a Toyota Camry?
- albedoa 6mo agoLet the man try to feed his family with *checks notes* internet points.
- gglitch 6mo 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.