diff --git a/.doit.db.db b/.doit.db.db index 71927c3..7df6e64 100644 Binary files a/.doit.db.db and b/.doit.db.db differ diff --git a/conf.py b/conf.py index 23c62cf..083b152 100644 --- a/conf.py +++ b/conf.py @@ -187,11 +187,13 @@ THEME = "bootstrap4" THEME_COLOR = '#5670d4' # Customizatio setup for Mastodon embed timeline widget (https://gitlab.com/idotj/mastodon-embed-timeline/-/blob/master/docs/SETUP.md#customize) to show Mastodon tooths in your site +MASTODON_TIMELINE_INSTANCE = "txs.es" +MASTODON_TIMELINE_PROFILE = "@EDUCATIC" MASTODON_TIMELINE_INIT = """ - instanceUrl: "https://txs.es", + instanceUrl: 'https://""" + MASTODON_TIMELINE_INSTANCE + """', timelineType: "profile", userId: "44", - profileName: "@EDUCATIC", + profileName: '""" + MASTODON_TIMELINE_PROFILE + """', defaultTheme: "light", dateFormatLocale: "es", btnSeeMore: "Ver mas publicaciones en Mastodon", @@ -238,6 +240,7 @@ THEME_CONFIG = { 'imghdr_url': '/assets/img/header.jpg', 'imghdr_height': '100px', 'mastodon_timeline_init': MASTODON_TIMELINE_INIT, + 'mastodon_timeline_account': MASTODON_TIMELINE_PROFILE + '@' + MASTODON_TIMELINE_INSTANCE, } } diff --git a/templates/base.tmpl b/templates/base.tmpl index 7e17a9d..0dbfa58 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -86,6 +86,9 @@ bg-dark