Jeff MacKinnon's Homepage

Articles tagged with pelican

Auto Posting to Mastodon

Something that I find a little annoying is having to manually post things to different social media. I like to post JUST to my site here and then syndicate to socials, mostly just mastodon, but I would like to figure it out for other corporate socials too.

There is a …

Comments are working

A blog isn't a blog without comments. I tried to get around those semantics by calling this a homepage, but just because you say something doesn't make it true, even in 2022.

I knew this for a while and have tried different ways to take the discussion off the site …

Batch Files are your friend

Something that my pelican experience was missing was a little automation that my Unix friends enjoy with makerfiles. I'm sure that there is a windows workaround, or I could just continue to work in WSL for my pelican life.

I do enjoy working in WSL and all the Linux life …

Custom CSS per page or article with pelican

For a little while now I have been trying to make my reading page look "prettier".

The main thing that I wanted was a really easy way to show if a book was a work in progress, finished or Did-not-finish. The page that I have been basing it on is …

Commenting with Mastodon

I missed having the potential of discussions around things that I post here, but at the same time I didn't want to add load to the site to manage comments or complexity of databases, etc.

I remember seeing somewhere that people used to use Facebook for comments on their site …

V1 of the theme published

EDIT:

This project has developed A LOT in the last 11 months (where does the time go). If you are interested in using it, the repository is here - git.jeffmackinnon.com.

Something that I am enjoying learning is git, it is an amazing piece of software, but it is confusing …

EXIF data with a pelican-photos Gallery

:UPDATE:

I have done some work on how this works, and now its a CLI script (but no wheel) that I have on my gitea instance. You can find it here - EXIF2txt.

END

Way back in the day, when I was using Flickr as one of my daily visits, I …

Using GIT for Deployment

At first I was developing this site, and all my python projects, using WSL2 but I was starting to find working between operating systems tedious. So I put everything on the base windows OS and kept going.

Installing Pelican for the first time again

I already did this for this page and my company, but I'm moving our family archive too.

Step One Set Up the Python environment

First, set up your environment, I'm using pipenv install , you may be doing something else.

Step two, Install Pelican and plugins

Then install pelican and the …

Today's test for gallery

It took some tweaking, mostly because I'm not very careful at the start when I'm playing with things like this, but I have it working.

At the bottom you will see a gallery of a selection of "test" images that I have put in a folder that is in my …