Minor fixes.

This commit is contained in:
g_it 2026-02-16 18:43:42 +01:00
commit 9cd7997c6e
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
7 changed files with 23 additions and 46 deletions

View file

@ -17,7 +17,7 @@ REPO_ROOT="$(git rev-parse --show-toplevel 2>/dev/null || pwd)"
CONTENT_DIR="$REPO_ROOT/content"
ZENSICAL_CFG_PATH="$REPO_ROOT/zensical.toml"
SITE_DIR="$REPO_ROOT/deploy"
LOG_DIR="$REPO_ROOT/logs"
LOG_DIR="$REPO_ROOT/.checks/logs"
mkdir -p "$LOG_DIR"
# Cleanup old logs

File diff suppressed because one or more lines are too long

View file

@ -51,16 +51,8 @@
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,t)=>(e<<5)-e+t.charCodeAt(0)),0),__md_get=(e,t=localStorage,a=__md_scope)=>JSON.parse(t.getItem(a.pathname+"."+e)),__md_set=(e,t,a=localStorage,_=__md_scope)=>{try{a.setItem(_.pathname+"."+e,JSON.stringify(t))}catch(e){}},document.documentElement.setAttribute("data-platform",navigator.platform)</script>
<script>
window.op = window.op || function () { var n = []; return new Proxy(function () { arguments.length && n.push([].slice.call(arguments)) }, { get: function (t, r) { return "q" === r ? n : function () { n.push([r].concat([].slice.call(arguments))) } }, has: function (t, r) { return "q" === r } }) }();
window.op('init', {
clientId: "4148df94-31a3-47ee-b998-6de681efcbd5",
trackScreenViews: true,
trackOutgoingLinks: true,
trackAttributes: true,
});
</script>
<script src="https://analytics.gugulet.hu/op1.js" defer async></script>
<script src="https://analytics.gugulet.hu/api/script.js" data-site-id="1" data-track-errors="true"
data-session-replay="true" defer></script>
<link rel="icon" href="../assets/media/face-favicon-512x512.png" sizes="any">

View file

@ -61,16 +61,8 @@
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce(((e,t)=>(e<<5)-e+t.charCodeAt(0)),0),__md_get=(e,t=localStorage,a=__md_scope)=>JSON.parse(t.getItem(a.pathname+"."+e)),__md_set=(e,t,a=localStorage,_=__md_scope)=>{try{a.setItem(_.pathname+"."+e,JSON.stringify(t))}catch(e){}},document.documentElement.setAttribute("data-platform",navigator.platform)</script>
<script>
window.op = window.op || function () { var n = []; return new Proxy(function () { arguments.length && n.push([].slice.call(arguments)) }, { get: function (t, r) { return "q" === r ? n : function () { n.push([r].concat([].slice.call(arguments))) } }, has: function (t, r) { return "q" === r } }) }();
window.op('init', {
clientId: "4148df94-31a3-47ee-b998-6de681efcbd5",
trackScreenViews: true,
trackOutgoingLinks: true,
trackAttributes: true,
});
</script>
<script src="https://analytics.gugulet.hu/op1.js" defer async></script>
<script src="https://analytics.gugulet.hu/api/script.js" data-site-id="1" data-track-errors="true"
data-session-replay="true" defer></script>
<link rel="icon" href="../assets/media/face-favicon-512x512.png" sizes="any">

View file

@ -24,16 +24,8 @@
<!-- Analytics tracking script -->
{% block analytics %}
<script>
window.op = window.op || function () { var n = []; return new Proxy(function () { arguments.length && n.push([].slice.call(arguments)) }, { get: function (t, r) { return "q" === r ? n : function () { n.push([r].concat([].slice.call(arguments))) } }, has: function (t, r) { return "q" === r } }) }();
window.op('init', {
clientId: "4148df94-31a3-47ee-b998-6de681efcbd5",
trackScreenViews: true,
trackOutgoingLinks: true,
trackAttributes: true,
});
</script>
<script src="https://analytics.gugulet.hu/op1.js" defer async></script>
<script src="https://analytics.gugulet.hu/api/script.js" data-site-id="1" data-track-errors="true"
data-session-replay="true" defer></script>
{% endblock %}
{% block content %}

View file

@ -61,16 +61,8 @@
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce(((e,t)=>(e<<5)-e+t.charCodeAt(0)),0),__md_get=(e,t=localStorage,a=__md_scope)=>JSON.parse(t.getItem(a.pathname+"."+e)),__md_set=(e,t,a=localStorage,_=__md_scope)=>{try{a.setItem(_.pathname+"."+e,JSON.stringify(t))}catch(e){}},document.documentElement.setAttribute("data-platform",navigator.platform)</script>
<script>
window.op = window.op || function () { var n = []; return new Proxy(function () { arguments.length && n.push([].slice.call(arguments)) }, { get: function (t, r) { return "q" === r ? n : function () { n.push([r].concat([].slice.call(arguments))) } }, has: function (t, r) { return "q" === r } }) }();
window.op('init', {
clientId: "4148df94-31a3-47ee-b998-6de681efcbd5",
trackScreenViews: true,
trackOutgoingLinks: true,
trackAttributes: true,
});
</script>
<script src="https://analytics.gugulet.hu/op1.js" defer async></script>
<script src="https://analytics.gugulet.hu/api/script.js" data-site-id="1" data-track-errors="true"
data-session-replay="true" defer></script>
<link rel="icon" href="../assets/media/face-favicon-512x512.png" sizes="any">

9
deploy/sitemap.xml Executable file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://gugulet.hu/index.html</loc>
</url>
<url>
<loc>https://gugulet.hu/resume.html</loc>
</url>
</urlset>