taxonomies (categories, tags, year/month/slug), syntax.css und Blog (posts).
This commit is contained in:
22
content/projects/commenting.md
Normal file
22
content/projects/commenting.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "Kommentar-Funktion mit hugo"
|
||||
draft: false
|
||||
date: 2025-11-20T18:22:50+01:00
|
||||
image: /images/gate.png
|
||||
alt_text: "Commenting screenshot"
|
||||
summary: "Hugo ist ein static site generator und kann durch *CORS* von einer externen Domäne trotzdem interaktiv sein."
|
||||
tags:
|
||||
- commenting
|
||||
tech_used:
|
||||
- Javascript
|
||||
keywords:
|
||||
- beginning
|
||||
---
|
||||
> Hintergründe zur Technologie {{< abbr "CORS" "Cross-Origin Resource Sharing" >}} sind mir noch nicht ganz klar.
|
||||
|
||||
### giscus
|
||||
Funktioniert und wurde implementiert im Blog aber ist bis auf Weiteres deaktiviert.
|
||||
|
||||
### remark42
|
||||
Das Formular wird geladen aber Verschicken eines Kommentars schlägt fehl.
|
||||
Wird im `head-partial` geladen, macht Probleme in de lokalen Entwicklung und entfernten Docker auf railway.com.
|
||||
Reference in New Issue
Block a user