From 54239967c2bf4f44af4995060fcc19cc964483bf Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Tue, 1 Nov 2022 11:51:15 -0700 Subject: [PATCH] add support for cactus comments --- content/posts/emerald-social-local-mastodon.md | 3 +++ content/posts/use-rss-to-get-updates.md | 3 +++ content/posts/welcome.md | 5 ++++- layouts/shortcodes/chat.html | 12 ++++++++++++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 layouts/shortcodes/chat.html diff --git a/content/posts/emerald-social-local-mastodon.md b/content/posts/emerald-social-local-mastodon.md index b3142a7..d652504 100644 --- a/content/posts/emerald-social-local-mastodon.md +++ b/content/posts/emerald-social-local-mastodon.md @@ -42,3 +42,6 @@ To add one more to that list, I introduce [Emerald Social](https://emeraldsocial In essence, it serves the same purpose as the aforementioned instances but for Eugene. Instead of being a proprietary NIMBY haven, Emerald Social seeks to be a welcoming and friendly space for locals to discuss local issues, while still being able to follow accounts on other instances. What are you waiting for? [Join Emerald Social](https://emeraldsocial.org/about) today! + +### Comments +{{< chat cactus-comments >}} \ No newline at end of file diff --git a/content/posts/use-rss-to-get-updates.md b/content/posts/use-rss-to-get-updates.md index eac6739..e857226 100644 --- a/content/posts/use-rss-to-get-updates.md +++ b/content/posts/use-rss-to-get-updates.md @@ -51,3 +51,6 @@ https:///feed ### Other Often, many websites will have an RSS icon such as this one ![RSS Icon](https://www.rssboard.org/images/rss-icon.png) or a link labeled [RSS](https://ch0ccyra1n.gitlab.io/posts/index.xml) that will take you to an RSS feed for that website. For example, the one on the front page of this website. Alternatively, a website may have a page that lists multiple feeds, such as on [Deutsche Welle](https://www.dw.com/en/rss/s-31500). + +### Comments +{{< chat cactus-comments >}} \ No newline at end of file diff --git a/content/posts/welcome.md b/content/posts/welcome.md index 5b6ca23..25fbfce 100644 --- a/content/posts/welcome.md +++ b/content/posts/welcome.md @@ -10,4 +10,7 @@ Hello there! I made this blog to talk about pretty much whatever I feel like in long form. -Okay, bye! \ No newline at end of file +Okay, bye! + +### Comments +{{< chat cactus-comments >}} \ No newline at end of file diff --git a/layouts/shortcodes/chat.html b/layouts/shortcodes/chat.html new file mode 100644 index 0000000..dd8e99f --- /dev/null +++ b/layouts/shortcodes/chat.html @@ -0,0 +1,12 @@ + + +
+ \ No newline at end of file