acrylamid
acrylamid copied to clipboard
(unmaintained) static blog generator in python with incremental rendering ⛺
Hi, I setup up some rules to generate URLs to .html files rather than plain directory URLs. The rules just leaving off the trailing "/", as mentioned in the docs:...
I have ``` WWW_ROOT = 'http://xavimat.github.io/piblog/' ``` and ``` OUTPUT_DIR = './' ``` (see https://github.com/xavimat/piblog/blob/gh-pages/conf.py) but acrylamid make a subdirectory /piblog/ in which I have all the contents, so it...
It would be great to have possibility to use categories, not just tags. ;-)
A standard html file not using any template language in an assets directory will cause a traceback: ``` ...snip... create output/style.css Traceback (most recent call last): File "B:\o4w\apps\Python27\Scripts\acrylamid-script.py", line 9,...
`compile` and `autocompile` issue the following warning, but `docs/assets.rst` still shows a multiple example. ``` acrylamid compile warn multiple static directories has been deprecated, Acrylamid continues with 'assets/'. ``` assets.rst:...
Just a minor. Insert a `rst` or `Markdown` to this entry if they use their native formats.
- syte: https://github.com/rigoneri/syte - current status: https://switch.posativ.org/ (CAcert)
With an SSD it might be painful to `rm -rf output/` and regenerate from cache. Due the new cache system, it might be possible to cirvumvent the previous issues. Also:...
There's a fork with some enhancements to smarty pants (typography filter) for the german language. When we're already work on this filter, we should move each sub-function to a big...
Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.9 to 1.2.2. Release notes Sourced from mako's releases. 1.2.2 Released: Mon Aug 29 2022 bug [bug] [lexer] Fixed issue in lexer where the regexp used to...