taxonomies (categories, tags, year/month/slug), syntax.css und Blog (posts).
This commit is contained in:
118
public/projects/commenting/index.html
Normal file
118
public/projects/commenting/index.html
Normal file
@@ -0,0 +1,118 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta lang="de">
|
||||
<meta name="author" content="Franz Klotsche">
|
||||
<meta name="keywords" content="beginning">
|
||||
<meta name="description" content="Just another web-experiment">
|
||||
<link rel="stylesheet" href="/css/syntax.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
|
||||
<title>Kommentar-Funktion mit hugo - Fransz Portfolio</title>
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-TT2JW5ZYFZ');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
var remark_config = {
|
||||
|
||||
host: 'https://remark42hugo-neocities-org.up.railway.app',
|
||||
|
||||
|
||||
site_id: 'neocities',
|
||||
|
||||
locale: 'de',
|
||||
allowAnon: true,
|
||||
url: 'https:\/\/kurrrioo.neocities.org\/projects\/commenting\/',
|
||||
theme: 'light'
|
||||
};
|
||||
|
||||
|
||||
(function(c) {
|
||||
for(var i = 0; i < c.length; i++) {
|
||||
var d = document, s = d.createElement('script');
|
||||
s.src = c[i];
|
||||
(d.head || d.body).appendChild(s);
|
||||
}
|
||||
})(['https://remark42hugo-neocities-org.up.railway.app/web/config.js',
|
||||
'https://remark42hugo-neocities-org.up.railway.app/web/embed.js']);
|
||||
</script><body>
|
||||
<div class="container"><header>
|
||||
<h1>Fransz Portfolio</h1>
|
||||
</header><nav>
|
||||
<a href="/">Start</a>
|
||||
<a href="/about">Über mich</a>
|
||||
<a href="/posts">Blog</a>
|
||||
<a href="/projects">Projekte</a>
|
||||
<a href="/presentations">Konzepte</a>
|
||||
<a href="/resume">Lebenslauf</a>
|
||||
<a href="/contact">Kontakt</a>
|
||||
</nav><main>
|
||||
<div class="project-container">
|
||||
<section class="project-list">
|
||||
<h4>What else</h4>
|
||||
<ul>
|
||||
|
||||
<li><a href="/projects/commenting/">Kommentar-Funktion mit hugo</a></li>
|
||||
|
||||
<li><a href="/projects/linkace/">LinkAce</a></li>
|
||||
|
||||
<li><a href="/projects/gitea/">Gitea</a></li>
|
||||
|
||||
<li><a href="/projects/chyrp/">ChyrpLite Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="project">
|
||||
<h2>Kommentar-Funktion mit hugo</h2>
|
||||
|
||||
<img alt="Commenting screenshot" src="/images/gate.png">
|
||||
|
||||
|
||||
<h3>Tech used</h3>
|
||||
<ul>
|
||||
|
||||
<li>Javascript</li>
|
||||
|
||||
</ul>
|
||||
<blockquote>
|
||||
<p>Hintergründe zur Technologie <abbr title="Cross-Origin Resource Sharing">CORS</abbr> sind mir noch nicht ganz klar.</p>
|
||||
</blockquote>
|
||||
<h3 id="giscus">giscus</h3>
|
||||
<p>Funktioniert und wurde implementiert im Blog aber ist bis auf Weiteres deaktiviert.</p>
|
||||
<h3 id="remark42">remark42</h3>
|
||||
<p>Das Formular wird geladen aber Verschicken eines Kommentars schlägt fehl.
|
||||
Wird im <code>head-partial</code> geladen, macht Probleme in de lokalen Entwicklung und entfernten Docker auf railway.com.</p>
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</main><footer>
|
||||
<small>Copyright 2025 Franz Klotsche -
|
||||
Find me on:<ul>
|
||||
|
||||
<li><a href="https://x.com/mirror1089">X</a></li>
|
||||
|
||||
<li><a href="https://www.tumblr.com/redesignart">Tumblr</a></li>
|
||||
|
||||
<li><a href="https://de.linkedin.com/in/franz-klotsche-84461858">LinkedIn</a></li>
|
||||
|
||||
<li><a href="https://github.com/kurrrioo/">GitHub</a></li>
|
||||
|
||||
</ul></small>
|
||||
</footer></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user