How I’ve set up pelican - part 3 - Themes

Date Series Part 3 of Pelican Tags pelican

The easiest way to get a lot of themes for you to choose from is by installing them from the git repo, like this - cd git && git clone --recursive https://github.com/getpelican/pelican-themes This will allow you to choose from 99 themes!

So, what are they? Here are all ...

more ...

How I’ve set up pelican - part 2 - The conf files

Whichever pelican theme you use you will have to start customising your pelicanconf.py file, and possibly your publishconf.py file.

This is the basic pelicanconf.py file that was created during set-up in the previous post -

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13 ...
more ...

How I’ve set up pelican

Date Modified Series Part 1 of Pelican Tags pelican

I used several sites showing various static-site generators to help me choose my site generator, ones that ranked them via various means, and which you could see a demo of the site. The main one is https://staticsitegenerators.net/ which shows you 363 separate sites! You can see from it ...

more ...