taxonomies (categories, tags, year/month/slug), syntax.css und Blog (posts).
This commit is contained in:
@@ -2,9 +2,15 @@
|
||||
<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="project, blog, und leightweight">
|
||||
<meta name="description" content="Verschiedene Themen, die ich als Computerfreak anschneide - externe Seite.">
|
||||
<link rel="stylesheet" href="/css/syntax.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
|
||||
<title>ChyrpLite Blog - Fransz Portfolio</title>
|
||||
</head>
|
||||
|
||||
@@ -15,23 +21,52 @@
|
||||
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\/chyrp\/',
|
||||
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="/">Home</a>
|
||||
<a href="/about">About</a>
|
||||
<a href="/projects">Projects</a>
|
||||
<a href="/presentations">Presentations</a>
|
||||
<a href="/resume">Résumé</a>
|
||||
<a href="/contact">Contact</a>
|
||||
<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/linkace/">Linkace</a></li>
|
||||
<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>
|
||||
|
||||
@@ -42,9 +77,9 @@
|
||||
|
||||
<section class="project">
|
||||
<h2>ChyrpLite Blog</h2>
|
||||
<p>Gehosted wird auf profreehost.com</p>
|
||||
|
||||
|
||||
<img alt="ChyrpLite screenshot" src="//placehold.co/640x150">
|
||||
|
||||
|
||||
<h3>Tech used</h3>
|
||||
<ul>
|
||||
@@ -56,11 +91,25 @@
|
||||
<li>HTML</li>
|
||||
|
||||
</ul>
|
||||
<p>Gehosted wird auf profreehost.com</p>
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</main><footer>
|
||||
<small>Copyright 2025 Me.</small>
|
||||
<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>
|
||||
|
||||
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>
|
||||
@@ -2,9 +2,15 @@
|
||||
<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="description" content="Just another web-experiment">
|
||||
<meta name="keywords" content="Versionsverwaltung, selfhost, und VPS">
|
||||
<meta name="description" content="Gitea ist OpenSource und nicht schwer einzurichten.">
|
||||
<link rel="stylesheet" href="/css/syntax.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
|
||||
<title>Gitea - Fransz Portfolio</title>
|
||||
</head>
|
||||
|
||||
@@ -15,23 +21,52 @@
|
||||
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\/gitea\/',
|
||||
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="/">Home</a>
|
||||
<a href="/about">About</a>
|
||||
<a href="/projects">Projects</a>
|
||||
<a href="/presentations">Presentations</a>
|
||||
<a href="/resume">Résumé</a>
|
||||
<a href="/contact">Contact</a>
|
||||
<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/linkace/">Linkace</a></li>
|
||||
<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>
|
||||
|
||||
@@ -42,9 +77,9 @@
|
||||
|
||||
<section class="project">
|
||||
<h2>Gitea</h2>
|
||||
<p>Description of maintaining a Gitea instance…</p>
|
||||
|
||||
<img alt="Git selfhosted" src="//placehold.co/640x150">
|
||||
|
||||
<img alt="Git selfhosted" src="/images/gitea_heatmap.png">
|
||||
|
||||
|
||||
<h3>Tech used</h3>
|
||||
<ul>
|
||||
@@ -54,11 +89,25 @@
|
||||
<li>Ubuntu + Bash</li>
|
||||
|
||||
</ul>
|
||||
<p>Experimentieren mit der GiteaAPI. Zum Beispiel die heatmap laden.</p>
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</main><footer>
|
||||
<small>Copyright 2025 Me.</small>
|
||||
<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>
|
||||
|
||||
@@ -2,9 +2,15 @@
|
||||
<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="description" content="Eine Liste mit Projekten, die ich in meiner Freizeit als DevOp oder eher öfter als einfacher Anwender, unterhalte.">
|
||||
<meta name="keywords" content="Wannabe-DevOp, Linux, und Oracle">
|
||||
<meta name="description" content="Eine Liste mit Projekten, die ich in meiner Freizeit als DevOp oder eher öfter als fortgeschrittener Anwender, unterhalte.">
|
||||
<link rel="stylesheet" href="/css/syntax.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
<link rel="alternate" type="application/json" href="https://kurrrioo.neocities.org/projects/index.json" title="Projekte - Fransz Portfolio"><link rel="alternate" type="application/rss+xml" href="https://kurrrioo.neocities.org/projects/index.xml" title="Projekte - Fransz Portfolio">
|
||||
<title>Projekte - Fransz Portfolio</title>
|
||||
</head>
|
||||
|
||||
@@ -15,16 +21,43 @@
|
||||
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\/',
|
||||
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="/">Home</a>
|
||||
<a href="/about">About</a>
|
||||
<a href="/projects">Projects</a>
|
||||
<a href="/presentations">Presentations</a>
|
||||
<a href="/resume">Résumé</a>
|
||||
<a href="/contact">Contact</a>
|
||||
<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>
|
||||
|
||||
<h2>Projekte</h2>
|
||||
@@ -38,24 +71,38 @@
|
||||
|
||||
|
||||
<h3><a href="/opensource/">Open Source</a></h3>
|
||||
<p>Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/user.</p>
|
||||
<p>Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/users: <a href="https://api.github.com/users/kurrrioo/repos">JSON-Datei</a></p>
|
||||
|
||||
</section>
|
||||
|
||||
<h3><a href="/projects/chyrp/">ChyrpLite Blog</a></h3>
|
||||
<p>Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf <a href="https://statusnet.liveblog365.com">statusnet.liveblog</a>. Der Inhalt ist auf Englisch oder Niederländisch.</p>
|
||||
<h3><a href="/projects/commenting/">Kommentar-Funktion mit hugo</a></h3>
|
||||
<p>Hugo ist ein static site generator und kann durch <em>CORS</em> von einer externen Domäne trotzdem interaktiv sein.</p>
|
||||
|
||||
<h3><a href="/projects/linkace/">LinkAce</a></h3>
|
||||
<p>Lesezeichendienst in eigener Verwaltung <strong>(DIY)</strong>: Es gibt eine <a href="https://linkace.effeff.cloud/guest/links">Öffentliche Linkliste</a> und Registrierung ist möglich aber Passwortwiederherstellung per E-Mail geht nicht.</p>
|
||||
|
||||
<h3><a href="/projects/gitea/">Gitea</a></h3>
|
||||
<p>Dateiverwaltung mit <code>git</code> und der Weboberfläche von Gitea <strong>(DIY)</strong>.</p>
|
||||
<p>Dateiversionsverwaltung mit <code>git</code> und der Weboberfläche von Gitea <strong>(DIY)</strong>: Der Quellcode dieser Website kann eingesehen werden unter der <em>branch</em> <strong>Portfolio</strong> - <a href="https://git.effeff.cloud/FranzR/sumup/src/branch/portfolio/">“sumup”</a></p>
|
||||
|
||||
<h3><a href="/projects/linkace/">Linkace</a></h3>
|
||||
<p>Lesezeichendienst in eigener Verwaltung <strong>(DIY)</strong>.</p>
|
||||
<h3><a href="/projects/chyrp/">ChyrpLite Blog</a></h3>
|
||||
<p>Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf <a href="https://statusnet.liveblog365.com">statusnet.liveblog</a>. Der Inhalt ist auf Englisch oder Niederländisch.</p>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</main><footer>
|
||||
<small>Copyright 2025 Me.</small>
|
||||
<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>
|
||||
|
||||
24
public/projects/index.json
Normal file
24
public/projects/index.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"projects": [
|
||||
{
|
||||
"url": "https://kurrrioo.neocities.org/projects/commenting/",
|
||||
"title": "Kommentar-Funktion mit hugo",
|
||||
"keywords": "beginning"
|
||||
},
|
||||
{
|
||||
"url": "https://kurrrioo.neocities.org/projects/linkace/",
|
||||
"title": "LinkAce",
|
||||
"keywords": "bookmarking, selfhost, (non-)docker"
|
||||
},
|
||||
{
|
||||
"url": "https://kurrrioo.neocities.org/projects/gitea/",
|
||||
"title": "Gitea",
|
||||
"keywords": "Versionsverwaltung, selfhost, VPS"
|
||||
},
|
||||
{
|
||||
"url": "https://kurrrioo.neocities.org/projects/chyrp/",
|
||||
"title": "ChyrpLite Blog",
|
||||
"keywords": "project, blog, leightweight"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -5,7 +5,35 @@
|
||||
<link>https://kurrrioo.neocities.org/projects/</link>
|
||||
<description>Recent content in Projekte on Fransz Portfolio</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>de</language><atom:link href="https://kurrrioo.neocities.org/projects/index.xml" rel="self" type="application/rss+xml" />
|
||||
<language>de</language>
|
||||
<lastBuildDate>Thu, 20 Nov 2025 18:22:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/projects/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Kommentar-Funktion mit hugo</title>
|
||||
<link>https://kurrrioo.neocities.org/projects/commenting/</link>
|
||||
<pubDate>Thu, 20 Nov 2025 18:22:50 +0100</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/projects/commenting/</guid>
|
||||
<description>Hugo ist ein static site generator und kann durch <em>CORS</em> von einer externen Domäne trotzdem interaktiv sein.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>LinkAce</title>
|
||||
<link>https://kurrrioo.neocities.org/projects/linkace/</link>
|
||||
<pubDate>Sun, 16 Nov 2025 18:22:50 +0100</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/projects/linkace/</guid>
|
||||
<description>Lesezeichendienst in eigener Verwaltung <strong>(DIY)</strong>: Es gibt eine <a href="https://linkace.effeff.cloud/guest/links">Öffentliche Linkliste</a> und Registrierung ist möglich aber Passwortwiederherstellung per E-Mail geht nicht.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Gitea</title>
|
||||
<link>https://kurrrioo.neocities.org/projects/gitea/</link>
|
||||
<pubDate>Fri, 14 Nov 2025 18:22:50 +0100</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/projects/gitea/</guid>
|
||||
<description>Dateiversionsverwaltung mit <code>git</code> und der Weboberfläche von Gitea <strong>(DIY)</strong>: Der Quellcode dieser Website kann eingesehen werden unter der <em>branch</em> <strong>Portfolio</strong> - <a href="https://git.effeff.cloud/FranzR/sumup/src/branch/portfolio/">“sumup”</a></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>ChyrpLite Blog</title>
|
||||
<link>https://kurrrioo.neocities.org/projects/chyrp/</link>
|
||||
@@ -15,23 +43,5 @@
|
||||
<description>Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf <a href="https://statusnet.liveblog365.com">statusnet.liveblog</a>. Der Inhalt ist auf Englisch oder Niederländisch.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Gitea</title>
|
||||
<link>https://kurrrioo.neocities.org/projects/gitea/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/projects/gitea/</guid>
|
||||
<description>Dateiverwaltung mit <code>git</code> und der Weboberfläche von Gitea <strong>(DIY)</strong>.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Linkace</title>
|
||||
<link>https://kurrrioo.neocities.org/projects/linkace/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/projects/linkace/</guid>
|
||||
<description>Lesezeichendienst in eigener Verwaltung <strong>(DIY)</strong>.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -2,10 +2,16 @@
|
||||
<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="description" content="Just another web-experiment">
|
||||
<meta name="keywords" content="bookmarking, selfhost, und (non-)docker">
|
||||
<meta name="description" content="Linkace ist ein Projekt von Woblick.dev">
|
||||
<link rel="stylesheet" href="/css/syntax.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<title>Linkace - Fransz Portfolio</title>
|
||||
|
||||
|
||||
|
||||
<title>LinkAce - Fransz Portfolio</title>
|
||||
</head>
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
|
||||
@@ -15,23 +21,52 @@
|
||||
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\/linkace\/',
|
||||
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="/">Home</a>
|
||||
<a href="/about">About</a>
|
||||
<a href="/projects">Projects</a>
|
||||
<a href="/presentations">Presentations</a>
|
||||
<a href="/resume">Résumé</a>
|
||||
<a href="/contact">Contact</a>
|
||||
<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/linkace/">Linkace</a></li>
|
||||
<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>
|
||||
|
||||
@@ -41,10 +76,8 @@
|
||||
</section>
|
||||
|
||||
<section class="project">
|
||||
<h2>Linkace</h2>
|
||||
<p>Description of maintaining a Linkace instance…</p>
|
||||
|
||||
<img alt="Selfhosting Linkace" src="//placehold.co/640x150">
|
||||
<h2>LinkAce</h2>
|
||||
|
||||
|
||||
<h3>Tech used</h3>
|
||||
<ul>
|
||||
@@ -56,11 +89,33 @@
|
||||
<li>PHP / Laravel</li>
|
||||
|
||||
</ul>
|
||||
<p>Ein Lesezeichen ist dafür gedacht um später wieder dort weiterlesen zu können, wo man aufgehört hatte. Nun verwendete ich Linkace zum Abschpeichern von Links, bei denen ich <em>dachte, dass ich sie nocheinmal brauchen könnte</em> <strong>an einem zentralen Ort</strong>. Zuvor verwendete ich die Browser-Erweiterung <strong>floccus</strong>, wobei neben der Datei in der Cloud auch in jedem Browser die Lesezeichen abgespeichert wurden. Wegen der erhöten Redundanz (durch die Synchronisierung) entschied ich mich dagegen.</p>
|
||||
<h3 id="archiv">Archiv</h3>
|
||||
<p>Der Nachteil ist der zusätzliche Schritt zum Auffrufen eines Lesezeichens, der mit floccus behoben wurde (Integration im Browser oder der Anroid App). Wieder davor verwendete ich <strong>pinboard</strong> (<a href="https://pinboard.in/">pinboard.in</a>). Die jeweiligen Links versuchte ich vergebens zum neuen Anbieter zu übertragen, weshalb ich nun mit mehreren (zum größten Teil in Vergessenheit geratenen) Verzeichnissen zu tun habe.</p>
|
||||
<p>Dazu kommen noch Lesezeichen, die nicht mit Hilfe eines Web/Cloud-Dienstes nur auf dem jeweiligen Handy (Smartphone), Laptop oder sonstigem Gerät, sondern nur lokal abgespeichert wurden.</p>
|
||||
<h3 id="browser-verlauf">Browser-Verlauf</h3>
|
||||
<p>Es wäre ein interessantes <em>Feature</em> wenn Lesezeichen aufgrund der verwendeten Häufigkeit als wichtig eingestuft würden und dann nur die 15-20 wichtigsten in die meist benutzten Browser importiert (synchronisiert) werden. Alle anderen, die sonst wieder <abbr title="Anderes Wort für Redundanz, oder nicht?">Overhead</abbr> verursachen würden, wandern ins Archiv und werden nicht synchronisiert.</p>
|
||||
<h3 id="linkace-api-reference">LinkAce API Reference</h3>
|
||||
<p>LinkAce bietet eine API, die dies unterstützen sollte:
|
||||
<a href="https://api-docs.linkace.org/">https://api-docs.linkace.org/</a></p>
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</main><footer>
|
||||
<small>Copyright 2025 Me.</small>
|
||||
<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