-
Hi Frank,
While trying to roll out this theme I ran into a problem re: `collectstatic` as I am running Python3+. Pelican uses Fabric
-
Hi guys! I'm trying to publish a simple static page but i'm stuck with an error:
> **CRITICAL: TypeError: not all arguments converted during string formatting Makefile:75: recipe for target 'publis…
-
As a web developer but non-Python user, I find it difficult to contribute to this project, because it appears to be entirely based on a Python package. I would like to see an "end result" of the build…
-
Pelican 4.0 was released this month:
https://blog.getpelican.com/pelican-4.0-released.html
We should test if the theme still works as expected and what would be good changes to have in line with…
-
Id like to build [plotly ](https://plot.ly/)plots, but they are not showing up when I build.
-
This is about **Bulma**.
### Overview of the problem
This is a really minor "problem", but linking to the [Bulma badges](https://bulma.io/made-with-bulma/) is leaving a cookie from Cloudflare.…
-
this library help me build my [first Emacs package](https://github.com/azzamsa/salah-time). But now, I am stuck with an error "Wrong type argument: listp".
I try to maka a GET request with the foll…
-
Anyone interested in adding "Proudly" in footer note. It would be awesome IMHO.
```diff
@@ -9,7 +9,7 @@
{% if SITE_LICENSE %}
{{ SITE_LICENSE }}
{% endif %}
- …
-
Right now spacing is uneven in lines that contain footnotes.
Including this should fix the issue:
```css
/* Make sure footnotes don't mess up line spacing */
sup,sub {
height: 0;
lin…
-
Thanks for providing this very valuable conda package!
I tried to use it for the first time to help with https://github.com/pydata/xarray/pull/3199. I had a perfectly working relatively recent cond…