Package: pelican / 4.8.0+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
pelican | 4.8.0+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
default_theme.patch | (download) |
pelican/settings.py |
2 1 + 1 - 0 ! |
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. |
drop notmyidea builtin themes.patch | (download) |
pelican/tools/pelican_themes.py |
2 1 + 1 - 0 ! |
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. |
1