diff --git a/pelicanconf.py b/pelicanconf.py
index 0f571c5..40a2c93 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -1,15 +1,13 @@
# Theme-specific settings
SITENAME = 'Kevin Yap'
DOMAIN = 'kevinyap.ca'
-BIO_TEXT = 'Developer and musician from Vancouver, BC.'
-FOOTER_TEXT = 'Powered by Pelican and GitHub Pages.'
SITE_AUTHOR = 'Kevin Yap'
TWITTER_USERNAME = '@iKevinY'
BLUESKY_HANDLE = 'kevinyap.ca'
GOOGLE_PLUS_URL = 'https://plus.google.com/+KevinYapCA'
MASTODON_URL = "https://mastodon.social/@iKevinY"
-INDEX_DESCRIPTION = 'Website and blog of Kevin Yap, a developer and musician from Vancouver, BC.'
+INDEX_DESCRIPTION = 'Website and blog of Kevin Yap, a software engineer from Vancouver, Canada.'
ICONS_PATH = 'images/icons'
@@ -82,7 +80,7 @@
EXTRA_PATH_METADATA = {'extra/%s' % file: {'path': file} for file in extras}
PLUGIN_PATHS = ['plugins']
-PLUGINS = ['assets', 'neighbors', 'render_math']
+PLUGINS = ['assets', 'neighbors', 'render_math', 'pelican-readtime']
ASSET_SOURCE_PATHS = ['static']
ASSET_CONFIG = [
('cache', False),
diff --git a/pneumatic b/pneumatic
index 282eaac..d6c7df3 160000
--- a/pneumatic
+++ b/pneumatic
@@ -1 +1 @@
-Subproject commit 282eaace87342e1d8d76654260c12690bad51494
+Subproject commit d6c7df38a4aa86f3c373c9ee96e802d6c485ec15