Maurizio Paglia

Results 19 comments of Maurizio Paglia

I am ready to move my Pelican blog from Tipuesearch to Lunr.js but have the same question...

> Not a lot of recent activity for commits. Curious if this is still a maintained project. @NorseGaud I think I will publish my site with lunr.js (still tested and...

Ciao @ayush-sharma, I am looking also at Stork because I use Pelican and Stork can be used via a dedicated plugin (BUT index files are NOT the same).

```python #!/usr/bin/env python # -*- coding: utf-8 -*- # from __future__ import unicode_literals import os import sys sys.path.append(os.curdir) AUTHOR = 'Maurizio' SITENAME = 'MaurizioPaglia.it' SITELOGO = '/assets/MPOnda.png' SITESUBTITLE = 'Fotografie...

Launched `pelican --ignore-cache` and I still see a warning message that says WARNING Could not save cache log.py:91 /home/mau/Sistema/pelican-web/mauriziopaglia/cache/ArticlesGenerator-Readers ... Can't pickle : it's not the same object as pelicanconf.gettext...

Here below the output of `pelican --debug` CRITICAL EOFError: Ran out of input __init__.py:566 ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /home/mau/Sistema/pelican-web/lib/python3.6/site-packages/pelican/__init__.py:562 in main │ │ │ │ 559...

Dear Deniz, first of all thank you indeed for your kind attention. These are really good news. As soon as possible I will do some test on my PC and...

This solution works! By the way with the `myfunctions.py` file it is all more elegant since I can keep all translated strings there and `pelicanconf.py` looks less cluttered.

Hi, I found this very nice theme right now but noticed the same issue. I am interested to translate it in Italian. thanks Maurizio

Should be nice to change the pull command on docker repo. Now it is `docker pull deezer/spleeter` and does not work. Maybe changing it in `docker pull deezer/spleeter:3.8` will help...