-
It is a really shameful question, but I tried everything I knew about Markdown syntax and still can't create even a basic table. There are some plugins for this purpose, like [this one](https://github…
-
-
As discussed yesterday, arcade could benefit from a "pretty face" like pygame used to have, as the start of trying to attract people and build a community. As mentioned, arcade wouldn't want some comp…
-
Hi!
We're launching a blog in french only.
After many tries, can't get translations. Still "Posted on..." rather than "Posté le ...".
This is the conf:
```python
# Default theme language.
I1…
-
Hi,
some directories in my `STATIC_PATHS` contain 125 MB of data. This means, that even with only 1 article, generating the blog takes 16 seconds. Is there a way to speed this up?
Or is it maybe…
josch updated
7 years ago
-
Under http, my blog at josephcslater.github.io serves correctly, but with https, it fails. Same result on another server (http://www.cs.wright.edu/~jslater/josephcslater.github.io).
I'm at a loss.…
-
I would like to request trove classifiers for Pelican, specifically:
```
Framework :: Pelican
Framework :: Pelican :: Plugins
Framework :: Pelican :: Themes
```
The request has been kicking …
-
Add support for BROWSER_COLOR with Microsioft Edge on Windows 10.
My commit must be cherry picked to do so:
https://github.com/rullmann/pelican-theme-flex/commit/a5b8218163d4d1be974495d94a8c810994…
-
Hi
After I upgraded pelican to 3.7.1, I met a problem and maybe that's a bug.
In pelican 3.7.1, pages html files are successfully generated in the output directory but they are not collected int…
-
I wrote this short plugin to fix ipython notebook images for my theme. The weird thing is, the plugin works when RELATIVE_URLS=True and does nothing when RELATIVE_URLS=False.
```python
from pelica…