11 ms·
Pagd - a highly pluggable static site generator
- JeremyMorgan 13y agoWhat would be the benefits of this over something like Jekyll or Octopress?
- slynux 13y agopagd has got lot of additional features and it is very much extensible. http://pythonhosted.org/pagd http://pythonhosted.org/pagd
- dkuntz2 13y agoIs 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.
- slynux 13y agoits not about language's capability. Its about using extensions/plugins to support multiple formats and things in the templating language.