Splitting Pelican pages list

Posted on Sat 20 June 2020 in Programming, Web • Tagged with Pelican

For another site/blog I write, with Pelican like this blog, I had the necessity to split the list of the site's pages into 2 indipendent lists. This because some pages contains something like the datasheet of a scale model while others are normal pages (links, about and so on …


Continue reading

Deploy Pelican blog with git on Linode

Posted on Sat 28 December 2019 in System • Tagged with Git, Pelican

Ok, now I have a new blog with Pelican on my pc, but how I can deploy it to my remote server on Linode ?

Aside from the two ways already usable from the Makefile you have by default (ssh and rsync), it is possible to deploy also with Git.

Disclaimer …


Continue reading