acrylamid icon indicating copy to clipboard operation
acrylamid copied to clipboard

(unmaintained) static blog generator in python with incremental rendering ⛺

Results 52 acrylamid issues
Sort by recently updated
recently updated
newest added

Something to consider adding to the default markdown extensions (to allow simpler creation of hyperlinks): https://github.com/daGrevis/mdx_linkify

entry.type="page" are not listed in translation views, there is no way to manage translated page with the same logic of "entry"s, with respect to language menu in templates

The blog comparison came up on nikola discussion list: https://groups.google.com/d/msg/nikola-discuss/8cN7eOvFa98/GM7C5AYpZsIJ First thanks for taking the time to build a comparison table :) Could you elaborate on why Nikola got a...

Hi, I have a custom code: https://github.com/somenxavier/cepasud/blob/master/content/glossari.txt but the corresponding page does not updated correctly: http://somenxavier.github.io/cepasud/glossari/ because there are two webpages which have 'temari' as tag. The correct should be...

write documentation for: - [ ] `theme/.macro.html`

it would be nice if the time stamps on the static asset files were retained when copied to the output directory. This would make it easier to update the remote...

Feature

Just a minor bug: in theme/entry.html subsitute 'tagged as' and 'and' with localizated version: ``` % if 'tag' in env.views and entry.tags: tagged as % for link in tagify(entry.tags): ${...

Feature

Unify the filters from the jinja2 templating filter and templating environment.

Throwing `AcrylamidException` for everything is certainly not the way to do it, especially when the user can extend the functionality on some parts (hooks, views, etc.).

Core