<!DOCTYPE html>
<html lang="it">
  <head>
	<meta name="generator" content="Hugo 0.118.2">
    
      <title>
        Stefano Mainardi
      </title>
    
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
  name="description"
  content=""
/>
<meta
  name="keywords"
  content=""
/>
<meta name="robots" content="noodp" />
<link rel="canonical" href="/it/" />





<link rel="stylesheet" href="/assets/style.css" />

<link rel="stylesheet" href="/style.css" />


<link
  rel="apple-touch-icon-precomposed"
  sizes="144x144"
  href="/img/apple-touch-icon-144-precomposed.png"
/>
<link rel="shortcut icon" href="/img/favicon.png" />


<link href="/assets/fonts/729-Bold.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="/assets/fonts/729-Semimedium.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="/assets/fonts/iAWriterDuoS-Bold.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="/assets/fonts/iAWriterDuoS-BoldItalic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="/assets/fonts/iAWriterDuoS-Italic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
<link href="/assets/fonts/iAWriterDuoS-Regular.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">


<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Stefano Mainardi"/>
<meta name="twitter:description" content=""/>



<meta property="og:title" content="Stefano Mainardi" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/it/" />



<link rel="alternate" type="application/rss+xml" href="/it/index.xml" title="Stefano Mainardi" />

<script defer src="https://cloud.umami.is/script.js" data-website-id="842e2106-8d19-4852-95b5-3081357b8e10"></script>


<style>
 
.post-content h3,
article h3,
h3 {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}

 
.post-content blockquote,
article blockquote,
blockquote {
  position: relative !important;
  border: none !important;
  border-left: 4px solid #888888 !important;
  margin: 2rem 0 2rem 0 !important;
  padding: 1rem 1.5rem 1rem 2.5rem !important;
  font-size: 1.4rem !important;
  font-style: italic !important;
  line-height: 1.7 !important;
  color: inherit !important;
  background-color: rgba(128, 128, 128, 0.08) !important;
}

.post-content blockquote::before,
article blockquote::before,
blockquote::before {
  content: '"' !important;
  display: block !important;
  position: absolute !important;
  top: 0.5rem !important;
  left: 0.8rem !important;
  font-size: 3rem !important;
  font-family: Georgia, serif !important;
  color: #888888 !important;
  line-height: 1 !important;
}

.post-content blockquote::after,
article blockquote::after,
blockquote::after {
  display: none !important;
}

.post-content blockquote p,
article blockquote p,
blockquote p {
  margin: 0 !important;
}

 
.post-content table,
article table,
table {
  display: block !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  white-space: nowrap !important;
  max-width: 100% !important;
}

.post-content table code,
article table code,
table code {
  font-size: 0.8em !important;
  word-break: keep-all !important;
}

 
.note {
  position: relative !important;
  border-left: 3px solid #b8860b !important;
  margin: 1.5rem 0 !important;
  padding: 1rem 1.5rem 1rem 2.5rem !important;
  font-size: 1.1rem !important;
  font-style: italic !important;
  line-height: 1.5 !important;
  color: inherit !important;
  background-color: rgba(184, 134, 11, 0.06) !important;
}

.note::before {
  content: '📝' !important;
  display: block !important;
  position: absolute !important;
  top: 0.8rem !important;
  left: 0.6rem !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
}

 
pre[class*="language-"],
.highlight pre {
  background: linear-gradient(135deg, #1e1e2e 0%, #2d2d3a 100%) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  padding: 1.5rem !important;
  margin: 1.5rem 0 !important;
  overflow-x: auto !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

 
pre[class*="language-"]::before,
.highlight pre::before {
  content: '● ● ●' !important;
  display: block !important;
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 0.7rem !important;
  letter-spacing: 4px !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0.8rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

 
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #6272a4 !important;
  font-style: italic !important;
}

.token.punctuation {
  color: #a9b1d6 !important;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #ff79c6 !important;
}

.token.boolean,
.token.number {
  color: #bd93f9 !important;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #50fa7b !important;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #ffb86c !important;
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
  color: #f1fa8c !important;
}

.token.keyword {
  color: #ff79c6 !important;
}

.token.regex,
.token.important {
  color: #ffb86c !important;
}

 
.token.section {
  color: #8be9fd !important;
  font-weight: bold !important;
}

 
:not(pre) > code {
  background: rgba(0, 0, 0, 0.06) !important;
  color: #c7254e !important;
  padding: 0.15rem 0.4rem !important;
  border-radius: 3px !important;
  font-size: 0.88em !important;
  font-family: 'SF Mono', Consolas, Monaco, 'Andale Mono', monospace !important;
}
</style>

  </head>
  <body class="">
    <div class="container">
      <header class="header">
  <span class="header__inner">
    <a
  href="/it/"
  class="logo"
  style="text-decoration: none;"
>
  
    
    <span class="logo__text">
      Stefano Mainardi
    </span>
  
</a>

    <span class="header__right">
      
        <nav class="menu">
  <ul class="menu__inner menu__inner--desktop">
    
      
        
          <li><a href="/it/chi-sono/">Chi sono</a></li>
        
      
      
      
  </ul>

  <ul class="menu__inner menu__inner--mobile">
    
      
        <li><a href="/it/chi-sono/">Chi sono</a></li>
      
    
  </ul>
</nav>

        <span class="menu-trigger">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
            <path d="M0 0h24v24H0z" fill="none" />
            <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" />
          </svg>
        </span>
      
      
      <span class="language-switcher ">
        
          <a href="/it/" class="active">
            IT
          </a>
        
          <a href="/en/" class="">
            EN
          </a>
        
      </span>
      
      <span class="theme-toggle">
        <svg
  class="theme-toggler"
  width="24"
  height="24"
  viewBox="0 0 48 48"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path
    d="M22 41C32.4934 41 41 32.4934 41 22C41 11.5066 32.4934 3 22
  3C11.5066 3 3 11.5066 3 22C3 32.4934 11.5066 41 22 41ZM7 22C7
  13.7157 13.7157 7 22 7V37C13.7157 37 7 30.2843 7 22Z"
  />
</svg>

      </span>
    </span>
  </span>
</header>


      <div class="content">
        
  
  

  
  
    
  
  
  
  

  

  <div class="posts">
    
    <div class="post on-list">
      <h1 class="post-title"><a href="/it/post/navigare-nella-tempesta/">Navigare nella tempesta</a></h1>
      <div class="post-meta">
        
          <span class="post-date">
             9 aprile 2022
          </span>
          
        

        
      </div>

      

      
        <figure class="post-cover">
  
    <img src="/img/knokke_180721.png" alt="Navigare nella tempesta"/>
  

  
</figure>

      

      <div class="post-content">
        
          Le rare volte che ultimamente vado a correre, mi succede spesso di immergermi in pensieri presenti e passati.
        
      </div>
      
        <div><a class="read-more button" href="/it/post/navigare-nella-tempesta/">Read more →</a></div>
      
    </div>
    
    <div class="post on-list">
      <h1 class="post-title"><a href="/it/post/iniziamo-qui/">Iniziamo da qui</a></h1>
      <div class="post-meta">
        
          <span class="post-date">
             1 gennaio 2022
          </span>
          
        

        
      </div>

      

      
        <figure class="post-cover">
  
    <img src="/img/de_haan_01052021.jpg" alt="Iniziamo da qui"/>
  

  
</figure>

      

      <div class="post-content">
        
          Sono passati anni, ma ripartiamo da qui.
        
      </div>
      
        <div><a class="read-more button" href="/it/post/iniziamo-qui/">Read more →</a></div>
      
    </div>
    
    <div class="pagination">
  <div class="pagination__buttons">
    
    
  </div>
</div>

  </div>
  

      </div>

      
        <footer class="footer">
  <div class="footer__inner">
      <div class="copyright">
        <span>© 2025 - Stefano Mainardi</span>
        <span><a href="/archivio">Archivio</a></span>
      </div>
  </div>
</footer>

<script src="/assets/main.js"></script>
<script src="/assets/prism.js"></script>


      
    </div>
  </body>
</html>
