laughk / pelican-hss

HSS is responsive and single page design theme for Pelican.
MIT License
25 stars 12 forks source link

feat: add social support for mastodon on profile #68

Closed laughk closed 1 year ago

laughk commented 1 year ago

example

at pelicanconf.py

SOCIAL = (
    ('twitter', 'https://twitter.com/laugh_k'),
    ('mastodon', 'https://fedibird.com/@laughk'),
    ('github', 'https://github.com/laughk'),
)

displayed like below.

image