<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>Guillermo Puebla</title>
 <link href="https://jekyll-academic.netlify.app/atom.xml" rel="self"/>
 <link href="https://jekyll-academic.netlify.app/"/>
 <updated>2026-08-25T18:49:42+00:00</updated>
 <id>https://jekyll-academic.netlify.app</id>
 <author>
   <name>Guillermo Puebla</name>
   <email></email>
 </author>

 
 <entry>
   <title>Test post with responsive images</title>
   <link href="https://jekyll-academic.netlify.app/2021/05/01/test-post-2"/>
   <updated>2021-05-01T00:00:00+00:00</updated>
   <id>https://jekyll-academic.netlify.app/2021/05/01/test-post-2</id>
   <content type="html">&lt;p&gt;&lt;img style=&quot;display: block;&quot; class=&quot;img-fluid&quot; src=&quot;https://live.staticflickr.com/65535/48993906211_1534a8f85d_b.jpg&quot; alt=&quot;Toronto skyline.&quot; /&gt;&lt;/p&gt;
&lt;p class=&quot;small&quot;&gt;&quot;Toronto skyline.&quot; by Bernard Spragg is marked under CC0 1.0.&lt;/p&gt;

&lt;p&gt;The code for this page is:&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;---
layout: post
usehighlight: true
tags: [Images, Jekyll-blog]
title: Test post with responsive images
---

&amp;lt;img style=&quot;display: block;&quot; class=&quot;img-fluid&quot; src=&quot;https://live.staticflickr.com/65535/48993906211_1534a8f85d_b.jpg&quot; alt=&quot;Toronto skyline.&quot;&amp;gt;
&amp;lt;p class=&quot;small&quot;&amp;gt;&quot;Toronto skyline.&quot; by Bernard Spragg is marked under CC0 1.0.&amp;lt;/p&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;To make images responsive in any post, use the HTML image element and add a class attribute of &lt;code&gt;img-fluid&lt;/code&gt;.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>First post with code snippets</title>
   <link href="https://jekyll-academic.netlify.app/2021/04/30/test-post-1"/>
   <updated>2021-04-30T00:00:00+00:00</updated>
   <id>https://jekyll-academic.netlify.app/2021/04/30/test-post-1</id>
   <content type="html">&lt;p&gt;This post was posted on May 1&lt;sup&gt;st&lt;/sup&gt; 2021.&lt;/p&gt;

&lt;p&gt;Want to add code snippets?&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;language-c++&quot;&gt;#include &amp;lt;iostream&amp;gt;

int main()
{
  std::cout&amp;lt;&amp;lt;&quot;Well now you can!&quot;&amp;lt;&amp;lt;std::endl;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Here’s the frontmatter for this page:&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;language-yaml&quot;&gt;---
layout: post
usehighlight: true
tags: [First post, Test]
title: First post with code snippets
---
&lt;/code&gt;&lt;/pre&gt;
</content>
 </entry>
 

</feed>