<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Filip Corlan</title>
    <subtitle>Homepage</subtitle>
    <link rel="self" type="application/atom+xml" href="https://filipcorlan.com/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://filipcorlan.com"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-08-25T00:00:00+00:00</updated>
    <id>https://filipcorlan.com/atom.xml</id>
    <entry xml:lang="en">
        <title>Example Article</title>
        <published>2026-08-25T00:00:00+00:00</published>
        <updated>2026-08-25T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Filip Corlan
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://filipcorlan.com/projects/example-article/"/>
        <id>https://filipcorlan.com/projects/example-article/</id>
        
        <content type="html" xml:base="https://filipcorlan.com/projects/example-article/">&lt;p&gt;This is an example article. Replace this text with your own introduction.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;adding-sections&quot;&gt;Adding sections&lt;a class=&quot;zola-anchor&quot; href=&quot;#adding-sections&quot; aria-label=&quot;Anchor link for: adding-sections&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
&lt;p&gt;Use Markdown headings to organize an article. Zola generates stable heading
anchors that can be linked directly.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;adding-an-image&quot;&gt;Adding an image&lt;a class=&quot;zola-anchor&quot; href=&quot;#adding-an-image&quot; aria-label=&quot;Anchor link for: adding-an-image&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
&lt;p&gt;Place an image beside this file, for example:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #24292E; background-color: #FFFFFF;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;content&#x2F;projects&#x2F;example-article&#x2F;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;├── index.md&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;└── photo.webp&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Then include it with standard Markdown:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #24292E; background-color: #FFFFFF;&quot;&gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;![&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;text-decoration: underline;&quot;&gt;A useful description&lt;&#x2F;span&gt;&lt;span&gt;](&lt;&#x2F;span&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;photo.webp&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;adding-code&quot;&gt;Adding code&lt;a class=&quot;zola-anchor&quot; href=&quot;#adding-code&quot; aria-label=&quot;Anchor link for: adding-code&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
&lt;p&gt;Fenced code blocks receive syntax highlighting:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #24292E; background-color: #FFFFFF;&quot;&gt;&lt;code data-lang=&quot;rust&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #D73A49;&quot;&gt;fn&lt;&#x2F;span&gt;&lt;span style=&quot;color: #6F42C1;&quot;&gt; main&lt;&#x2F;span&gt;&lt;span&gt;() {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #6F42C1;&quot;&gt;    println!&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;&quot;&gt;&amp;quot;Hello from Zola!&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;);&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Edit this file, rename its directory to choose a different URL slug, and remove
the example sections you do not need.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Building a Personal Site</title>
        <published>2026-08-20T00:00:00+00:00</published>
        <updated>2026-08-20T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Filip Corlan
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://filipcorlan.com/projects/building-a-personal-site/"/>
        <id>https://filipcorlan.com/projects/building-a-personal-site/</id>
        
        <content type="html" xml:base="https://filipcorlan.com/projects/building-a-personal-site/">&lt;p&gt;A personal site works best when it has a clear purpose. It does not need to
contain everything you have ever made; it needs to help visitors understand
who you are and what you care about.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;start-with-the-content&quot;&gt;Start with the content&lt;a class=&quot;zola-anchor&quot; href=&quot;#start-with-the-content&quot; aria-label=&quot;Anchor link for: start-with-the-content&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
&lt;p&gt;Before choosing colors or typography, decide what the site should communicate.
A useful first version might contain only three things:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;A short introduction&lt;&#x2F;li&gt;
&lt;li&gt;A small selection of projects&lt;&#x2F;li&gt;
&lt;li&gt;Articles about subjects you know well&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;This keeps the structure simple and gives every page a reason to exist.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;keep-assets-with-their-article&quot;&gt;Keep assets with their article&lt;a class=&quot;zola-anchor&quot; href=&quot;#keep-assets-with-their-article&quot; aria-label=&quot;Anchor link for: keep-assets-with-their-article&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
&lt;p&gt;This post stores its cover beside the Markdown file:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #24292E; background-color: #FFFFFF;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;content&#x2F;projects&#x2F;building-a-personal-site&#x2F;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;├── index.md&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;└── cover.svg&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Colocating assets makes an article easy to rename, move, or remove without
leaving unrelated files elsewhere in the project.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;publish-and-iterate&quot;&gt;Publish and iterate&lt;a class=&quot;zola-anchor&quot; href=&quot;#publish-and-iterate&quot; aria-label=&quot;Anchor link for: publish-and-iterate&quot;&gt;🔗&lt;&#x2F;a&gt;&lt;&#x2F;h2&gt;
&lt;p&gt;The first version does not need to be final. Publish something focused, learn
which parts are useful, and improve the site as your work evolves.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
