From aeaf88f3438c71b40f6b4a0e13721dc2800918fc Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Wed, 11 Oct 2023 03:03:41 -0400 Subject: [PATCH] Fixed microblog --- README.md | 8 ++++++++ layouts/partials/microblog.html | 2 +- layouts/partials/microblog_iframe.html | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/microblog_iframe.html diff --git a/README.md b/README.md index c735274e..32753016 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,14 @@ Go to your GitLab project and find the settings on CI/CD and under there you wil * Change the /content/_index.md to suite your needs * Modify /layouts/partials/top_list_* to represent the section titles you want to use. +### Microblog Side Menu + +We also need to configure the sidebar's microblog to point to your alias account. If you dont have one you may want to disable this entierly. + +It is pretty simpler first just go here and fill out the form: https://www.mastofeed.com/ . Feel free to set the UI scale to whatever you want but I find 80 works best. Also select the light theme to it matches. Make sure you uncheck show header as well. + +Just copy and paste the iframe result into the /layouts/partials/microblog_iframe.html + ## Final steps All that is left now is to push your code to your GitLab repo. At that point the .gitlab-ci.yaml file should automatically do the rest. After a few minutes you should have a running static site with full ActivityPub support. Enjoy. diff --git a/layouts/partials/microblog.html b/layouts/partials/microblog.html index 3ece7eba..7930b535 100644 --- a/layouts/partials/microblog.html +++ b/layouts/partials/microblog.html @@ -1,6 +1,6 @@