hennzau

21 commits
Updated 2026-04-25 12:39:37
frontend/content
frontend/content/_index.md
+++
template = "content/home.html"

[extra]
subtitle = "A place where I share code, thoughts, and build publicly."
+++

<style>
.home-note {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 3rem 0 3rem 0;
    
    .text {
        max-width: 720px;
        margin: 1rem;
    }
}
</style>

<div class="home-note">
    {% note(header="<h1 style='font-size: 1.3rem'>Service Availability Notice</h1>") %}
    <div class="text">
        <p>This website is available only during the following hours: <strong>9:00–21:00</strong> (Europe/Paris)</p>
        <p>It is hosted on an <strong>Compute Instance at Scaleway</strong> located in <strong>France</strong></p>
        <p style="font-style: italic">
            As part of an <strong>energy sobriety</strong> approach, my server is not kept running 24/7. Thank you for considering doing the same 🌱
        </p>
    </div>
    {% end %}
</div>

<style>
.pinned {
    display: grid;
    width: 100%;
    margin: 1rem auto;
    gap: 0.5rem;    
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
</style>

### Pinned projects

<div class="pinned">
    {{ pin(content="jj", name="dotfiles", description="NixOS dotfiles") }}
    {{ pin(content="jj", name="hennzau", description="This site") }}
    {{ pin(content="jj", name="wiredef", description="A codec builder") }}
</div>

### Pinned posts

<div class="pinned">
    {{ pin(content="blog", name="", description="") }}
    {{ pin(content="blog", name="", description="") }}
    {{ pin(content="blog", name="", description="") }}
</div>