<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-04-15T12:51:49+00:00</updated><id>/feed.xml</id><title type="html">Dicaeffe</title><subtitle>A blog about my projects, my passions and things I found interesting and funny.</subtitle><entry><title type="html">Let’s try Jekyll!</title><link href="/jekyll/update/2025/04/15/welcome-to-jekyll.html" rel="alternate" type="text/html" title="Let’s try Jekyll!" /><published>2025-04-15T08:29:03+00:00</published><updated>2025-04-15T08:29:03+00:00</updated><id>/jekyll/update/2025/04/15/welcome-to-jekyll</id><content type="html" xml:base="/jekyll/update/2025/04/15/welcome-to-jekyll.html"><![CDATA[<p>This is the begininning.</p>

<p>I am using the excuse of a personal site to explore the Jekyll opportunity to be used for a static site for technical documentation at work.</p>

<h1 id="some-html-pages-to-test">Some html pages to test</h1>

<ul>
  <li><a href="/template">Pagina template</a></li>
  <li><a href="/poc_chart">Prova grafici</a></li>
  <li><a href="/gov_chart">Grafici governi</a>: durata media di un governo nel tempo.</li>
</ul>

<h1 id="how-is-markdown-rendered">How is Markdown rendered?</h1>

<h1 id="h1">h1</h1>

<h2 id="h2">h2</h2>

<p>This is a descriptive line</p>

<h1 id="another-paragraph">Another paragraph</h1>

<ul>
  <li>bullet
    <ul>
      <li>bullet</li>
    </ul>
  </li>
  <li>
    <p>bullet</p>
  </li>
  <li>bullet
    <ul>
      <li>bullet</li>
    </ul>
  </li>
  <li>bullet</li>
</ul>

<ol>
  <li>list
    <ol>
      <li>list</li>
    </ol>
  </li>
  <li>list</li>
</ol>

<h2 id="table">Table</h2>

<table>
  <thead>
    <tr>
      <th style="text-align: left">A</th>
      <th style="text-align: center">B</th>
      <th style="text-align: right">C</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: left">1</td>
      <td style="text-align: center">2</td>
      <td style="text-align: right">3</td>
    </tr>
  </tbody>
</table>

<h1 id="mermaid">Mermaid</h1>

<pre><code class="language-mermaid">flowchart TD
    A[Christmas] --&gt;|Get money| B(Go shopping)
    B --&gt; C{Let me think}
    C --&gt;|One| D[Laptop]
    C --&gt;|Two| E[iPhone]
    C --&gt;|Three| F[fa:fa-car Car]
</code></pre>

<pre><code class="language-mermaid">stateDiagram-v2
    [*] --&gt; Still
    Still --&gt; [*]
    Still --&gt; Moving
    Moving --&gt; Still
    Moving --&gt; Crash
    Crash --&gt; [*]
</code></pre>

<pre><code class="language-mermaid">sequenceDiagram
    Alice-&gt;&gt;+John: Hello John, how are you?
    Alice-&gt;&gt;+John: John, can you hear me?
    John--&gt;&gt;-Alice: Hi Alice, I can hear you!
    John--&gt;&gt;-Alice: I feel great!
</code></pre>

<pre><code class="language-mermaid!">pie title Pets adopted by volunteers
  "Dogs" : 386
  "Cats" : 85
  "Rats" : 35
</code></pre>]]></content><author><name></name></author><category term="jekyll" /><category term="update" /><summary type="html"><![CDATA[This is the begininning.]]></summary></entry></feed>