Y
Hacker News
new
|
ask
|
show
|
jobs
Pagd - a highly pluggable static site generator
(
github.com
)
15 points
by
slynux
4551 days ago
1 comments
JeremyMorgan
4550 days ago
What would be the benefits of this over something like Jekyll or Octopress?
link
slynux
4550 days ago
pagd has got lot of additional features and it is very much extensible.
http://pythonhosted.org/pagd
link
dkuntz2
4550 days ago
Is it really more extensible? Jekyll has the means to execute arbitrary code as well, which means it can do basically anything Ruby can do. I assume that's the same with pagd, but with python code... But that doesn't make it more extensible.
link
slynux
4550 days ago
its not about language's capability. Its about using extensions/plugins to support multiple formats and things in the templating language.
link