-
Hi,
Most of the required resources for this theme are provided, which is really nice! However, I can see two queries being made:
1. One to https://fonts.googleapis.com/css?family=Source+Sans+Pro…
Phyks updated
6 years ago
-
My apologies if this is documented somewhere or available as a plugin but I was unable to find it.
I would like to organize the generated articles into folders by year. So any articles I write this…
-
Hi, I am just started with Pelican and GitHub pages, so it might be a noob mistake.
However, when I tried to `make serve` on my local machine, the webpage at `localhost:8000` does not have any them…
-
If you symlink your theme folder like this `pelican-themes -s real/path` rather than using the full path. Real path will exist because `os.path.exists('real/path')` returns true, it will then go ahead…
-
Pelican Version of My test environment: _3.6.1.dev_
Issue: When I use pelican-quickstart i have following files in my directory
```
rengaraj@gnu:~/test$ ls
content develop_server.sh fabfile.py Mak…
-
It would be useful to allow overriding theme template files without having to fork an existing theme. There are times where just a single file needs to be replaced, `article.html` as an example, and …
-
Hello,
Currently, most of the themes (if not all of them) in [pelican-themes](http://github.com/getpelican/pelican-themes) suffer from accessibility problems for screen reader users. Don't get me wron…
-
I have the following configuration settings for `MARKDOWN`:
```
MARKDOWN = {'extension_configs': {
'markdown.extensions.codehilite': {'css_class': 'codehilight code'},
'markdown.…
-
I'm trying to change the theme of my pelican blog but after installing with `pelican-themes` and changing `pelicanconf.py` I get these errors:
> WARNING:root:Unable to find `/theme/css/screen.css` …
-
Maybe it would be better to add an empty URL for the draft, I don't know what's the best way to deal with this problem. Here is the error I got when I tried to generate the website with an article wit…