Change blog titles, add legacy guestbook
This commit is contained in:
parent
a503cfc4d9
commit
666b92fd55
11 changed files with 27 additions and 12 deletions
|
@ -5,4 +5,4 @@ aliases:
|
|||
- /notes
|
||||
---
|
||||
|
||||
A blog??
|
||||
This is my feed of personal thoughts, opinions and stuff I like to discover!
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Moving Away from GitHub"
|
||||
title: "Moving away from GitHub"
|
||||
tags:
|
||||
- GitHub
|
||||
- sourcehut
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Thoughts and Tips on Mastodon"
|
||||
title: "Thoughts and tips on Mastodon"
|
||||
date: 2022-11-06
|
||||
tags:
|
||||
- Mastodon
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Artists Need More Personal Websites"
|
||||
title: "Artists need more personal websites"
|
||||
date: 2022-11-16
|
||||
draft: false
|
||||
comments:
|
||||
|
|
|
@ -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 >}}
|
||||
|
|
5
content/legacy-guestbook.md
Normal file
5
content/legacy-guestbook.md
Normal 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 >}}
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
2
themes/red/layouts/shortcodes/legacy-guestbook.html
Normal file
2
themes/red/layouts/shortcodes/legacy-guestbook.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<iframe style="width:100%" height="500px" src="https://redstrate.123Guestbook.com/">
|
||||
</iframe>
|
Loading…
Add table
Reference in a new issue