Change blog titles, add legacy guestbook

This commit is contained in:
Joshua Goins 2022-12-04 07:33:37 -05:00
parent a503cfc4d9
commit 666b92fd55
11 changed files with 27 additions and 12 deletions

View file

@ -5,4 +5,4 @@ aliases:
- /notes
---
A blog??
This is my feed of personal thoughts, opinions and stuff I like to discover!

View file

@ -1,5 +1,5 @@
---
title: "Vulkan Portability Initiative: The Death of My GFX Abstractions?"
title: "Vulkan Portability Initiative: The death of my GFX abstractions?"
date: 2021-09-12
draft: false
tags:

View file

@ -1,5 +1,5 @@
---
title: "Moving Away from GitHub"
title: "Moving away from GitHub"
tags:
- GitHub
- sourcehut

View file

@ -1,5 +1,5 @@
---
title: "Opening KAddressBook Addresses With KDE Marble"
title: "Opening KAddressBook addresses with KDE Marble"
date: 2022-02-01
draft: false
tags:

View file

@ -1,5 +1,5 @@
---
title: "Thoughts and Tips on Mastodon"
title: "Thoughts and tips on Mastodon"
date: 2022-11-06
tags:
- Mastodon

View file

@ -1,5 +1,5 @@
---
title: "Artists Need More Personal Websites"
title: "Artists need more personal websites"
date: 2022-11-16
draft: false
comments:

View file

@ -2,6 +2,6 @@
title: "Guestbook"
---
My guestbook is currently hosted by [123Guestbook](https://123guestbook.com/). They have a separate [Terms of Service](https://www.123guestbook.com/tos) and [Privacy Policy](https://www.123guestbook.com/privacy-policy).
I have a new guestbook hosted by myself. At the moment, [old guestbook entries](/legacy-guestbook) are not migrated yet.
{{< guestbook >}}

View file

@ -0,0 +1,5 @@
My old guestbook was hosted by [123Guestbook](https://123guestbook.com/). They have a separate [Terms of Service](https://www.123guestbook.com/tos) and [Privacy Policy](https://www.123guestbook.com/privacy-policy).
**Please do not submit new entries to this guestbook. I enabled the moderation queue to prevent new submissions.**
{{< legacy-guestbook >}}

View file

@ -27,9 +27,10 @@
</ul>
{{ end }}
<h3>Test Comments</h3>
<h3>Comments</h3>
<script
data-isso="//comments.redstrate.com/"
data-isso-title=""
data-isso-avatar="false"
data-isso-vote="false"
data-isso-reveal-on-click="5"
@ -39,9 +40,8 @@
<noscript>Javascript needs to be activated to view comments.</noscript>
</section>
{{ with .Params.comments }}
<h3>Comments</h3>
<h3>Mastodon Comments</h3>
<p>I <a href="https://{{ .host }}/@{{ .username }}/{{ .id }}">posted this</a> to my Mastodon! You can use any Fediverse account (Mastodon, Pleroma, etc) to <a class="button" href="https://{{ .host }}/interact/{{ .id }}?type=reply">reply</a>.</p>
<p id="mastodon-comments-list"><button id="load-comment">Load comments</button></p>
<noscript><p>You need JavaScript to view the comments.</p></noscript>

View file

@ -1,2 +1,10 @@
<iframe style="width:100%" height="500px" src="https://redstrate.123Guestbook.com/">
</iframe>
<script
data-isso="//comments.redstrate.com/"
data-isso-title=""
data-isso-avatar="false"
data-isso-vote="false"
src="//comments.redstrate.com/js/embed.min.js"></script>
<section id="isso-thread">
<noscript>Javascript needs to be activated to view comments.</noscript>
</section>

View file

@ -0,0 +1,2 @@
<iframe style="width:100%" height="500px" src="https://redstrate.123Guestbook.com/">
</iframe>