diff --git a/content/images/profile.jpg b/content/images/profile.jpg new file mode 100644 index 0000000..76b0b4f Binary files /dev/null and b/content/images/profile.jpg differ diff --git a/content/images/profile.png b/content/images/profile.png deleted file mode 100644 index 85363db..0000000 Binary files a/content/images/profile.png and /dev/null differ diff --git a/pelicanconf.py b/pelicanconf.py index 6c3354b..1c10b69 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -26,7 +26,7 @@ PLUGINS = ['bootstrapify'] THEME = 'theme/alchemy' SITESUBTITLE = 'A magical \u2728 Pelican theme' -SITEIMAGE = '/images/profile.png width=200 height=200' +SITEIMAGE = '/images/profile.jpg width=200 height=200' DESCRIPTION = 'A functional, clean, responsive theme for Pelican. Heavily ' \ 'inspired by crowsfoot and clean-blog, powered by Bootstrap.'