Paweł Romanowski

Results 8 issues of Paweł Romanowski

Right now, the theme is opinionated about this and doesn't use `#continue-reading` feature of Zola: https://www.getzola.org/documentation/content/page/#summary This could be made an opt-in option, off by default not to break backwards...

enhancement
help wanted
good first issue

Currently, the theme doesn't use Open Graph: https://ogp.me/ The theme should have an option to use Open Graph, to generate properties like `title`, `url` and `description` automatically. This would allow...

enhancement
help wanted
good first issue

As a feature, we could support Slack notifications when link checking fails. This could be done as a webhook or alternatively, using ready-made GitHub actions or other integrations. In this...

enhancement
good first issue
help wanted

Very rough first draft of my new API proposal. # Rationales - Follow [Zen of Python](https://www.python.org/dev/peps/pep-0020/) principles, especially: - Explicit is better than implicit. - Readability counts. - Special cases...

enhancement
proposal

As reported by @ipetkov Came across this while updating my site, turns out this change actually breaks relative image URLs :grimacing: Basically I am using `{{ image(src="blah.jpg") }}` since sometimes...

bug

While running command: `pip-accel install --exists-action=s -r requirements.txt` I get: `Executing command: pip install --download-cache=/home/.../.pip_download_cache --find-links=file:///... --build-directory=/tmp/... --exists-action=s -r requirements.txt --no-install An error occurred during configuration: option --exists-action: invalid choice:...