Pagd - a highly pluggable static site generator
1–5 of 5 posts
Re: Pagd - a highly pluggable static site generator
#2What would be the benefits of this over something like Jekyll or Octopress?
Re: Pagd - a highly pluggable static site generator
#3What would be the benefits of this over something like Jekyll or Octopress?
pagd has got lot of additional features and it is very much extensible.
http://pythonhosted.org/pagd
Re: Pagd - a highly pluggable static site generator
#4What would be the benefits of this over something like Jekyll or Octopress?
pagd has got lot of additional features and it is very much extensible. http://pythonhosted.org/pagd
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.
Re: Pagd - a highly pluggable static site generator
#5Earlier quoted context omitted.
pagd has got lot of additional features and it is very much extensible. http://pythonhosted.org/pagd
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.
its not about language's capability. Its about using extensions/plugins to support multiple formats and things in the templating language.