From a2bea421faab0cac7b60e45ac97b1e0ece87a59a Mon Sep 17 00:00:00 2001 From: Kevin Yap Date: Mon, 23 Dec 2024 16:10:47 -0500 Subject: [PATCH] Refactor blog archive layout Add read times to posts. --- pelicanconf.py | 6 ++---- pneumatic | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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