Skip to content

Commit

Permalink
Refactor blog archive layout
Browse files Browse the repository at this point in the history
Add read times to posts.
  • Loading branch information
iKevinY committed Dec 23, 2024
1 parent 86c9692 commit a2bea42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions pelicanconf.py
Original file line number Diff line number Diff line change
@@ -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 <a href="http://getpelican.com">Pelican</a> and <a href="http://pages.github.com">GitHub&nbsp;Pages</a>.'

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'

Expand Down Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion pneumatic

0 comments on commit a2bea42

Please sign in to comment.