Fixed partials and overrides. Added analytics and meta blocks to header.

This commit is contained in:
g_it 2026-02-02 20:38:05 +01:00
commit 407ff4b6e9
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
85 changed files with 77 additions and 11880 deletions

View file

@ -1,17 +1,12 @@
---
title: i'm a writer
description: "i'm a writer..."
hide:
- toc
- navigation
title: Home
description: "words, visual, technicalities."
# hide:
# - toc
# - navigation
---
<link href="/src/stylesheets/_index.css" rel="stylesheet">
<style>
footer {
display: none !important;
}
</style>
<link href="/assets/css/_index.css" rel="stylesheet">
<div class='hero-text'>
<h2>hi, i'm g* and i write</h2>
@ -21,24 +16,17 @@ hide:
<div class='faces'>
<!-- <a href='#'> -->
<div id='visual-hover' class='face'>
<img src='/src/gugulet.hu-visual-face-1276x1276.webp' >
<img src='/assets/media/gugulet.hu-visual-face-1276x1276.webp' >
</div>
<!-- </a>
<a href='#'> -->
<div id='technical-hover' class='face'>
<img src='/src/gugulet.hu-technical-face-1276x1276.webp' >
<img src='/assets/media/gugulet.hu-technical-face-1276x1276.webp' >
</div>
<!-- </a>
<a href='#'> -->
<div id='writing-hover' class='face'>
<img src='/src/gugulet.hu-writing-face-1276x1276.webp' >
<img src='/assets/media/gugulet.hu-writing-face-1276x1276.webp' >
</div>
<!-- </a> -->
</div>
<div id='loader'>
<div><img src='/src/gugulet.hu-site-logo-350x350.png'></div>
<script src='/src/js/loader.js'></script>
</div>
<script src='/src/js/index.js'></script>