Change default theme to "simple" due to removal of "notmyidea" The "notmyidea" theme was removed from the Debian package due to the presence of non-free files. See #868047 and #868049 for further details. As such, default to the one other theme that is shipped upstream.
Allow removal of the notmyidea theme It is possible to install the notmyidea theme for Pelican using pelican-themes, for instance: . git clone https://github.com/getpelican/pelican.git sudo pelican-themes -i pelican/pelican/themes/notmyidea . However, it is not possible to remove it: . $ sudo pelican-themes -r notmyidea notmyidea is a builtin theme. You cannot remove a builtin theme with this script, remove it by hand if you want. . This patch simply removes 'notmyidea' from the _BUILTIN_THEMES list.