<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jo.mssola.com/_layouts/default.html, branch main</title>
<subtitle>My personal website.
</subtitle>
<id>https://git.mssola.com/misc/jo.mssola.com/atom?h=main</id>
<link rel='self' href='https://git.mssola.com/misc/jo.mssola.com/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/'/>
<updated>2024-09-17T05:16:43Z</updated>
<entry>
<title>Remove jekyll</title>
<updated>2024-09-17T05:16:43Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2024-09-17T05:16:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/commit/?id=40013704cf16f53468940a7d0160b40e8241a87c'/>
<id>urn:sha1:40013704cf16f53468940a7d0160b40e8241a87c</id>
<content type='text'>
This is a complete rewrite of my blog to a vastly simpler form. That is,
we only need HTML and a couple of build scripts to have something
equivalent, without all the dependencies that jekyll brings. I have also
taken the chance to remove a lot of stuff that was actually not needed.

Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Added CV section</title>
<updated>2021-07-05T19:56:06Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2021-07-05T19:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/commit/?id=261b5e3e80d1e75fdcd042675154a82c2ce469fb'/>
<id>urn:sha1:261b5e3e80d1e75fdcd042675154a82c2ce469fb</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>plugins: added the article Jekyll plugin</title>
<updated>2019-10-21T15:47:18Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2019-10-21T15:47:18Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/commit/?id=18cdcf8ddb8cbdc5a7c1cc8d0eb1666d9eac6d7a'/>
<id>urn:sha1:18cdcf8ddb8cbdc5a7c1cc8d0eb1666d9eac6d7a</id>
<content type='text'>
This plugin adds og:type related tags depending on whether the given page is a
website or an article.

Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>Fixed favicon situation</title>
<updated>2019-10-21T05:54:50Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2019-10-21T05:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/commit/?id=28ed42d62b4d3d7a5394af1c4c0846d619c2db86'/>
<id>urn:sha1:28ed42d62b4d3d7a5394af1c4c0846d619c2db86</id>
<content type='text'>
I removed the hacky empty favicon, and I've generated a proper favicon for
android, apple, etc.

Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>More refining on twitter cards</title>
<updated>2019-10-20T19:26:47Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2019-10-20T19:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/commit/?id=ad5c8f0bb528e6d0da0a20f99997ce971544f4b8'/>
<id>urn:sha1:ad5c8f0bb528e6d0da0a20f99997ce971544f4b8</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>Fixed some meta attributes for Twitter</title>
<updated>2019-10-20T19:09:55Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2019-10-20T19:09:55Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/commit/?id=86e58a3fc98fc69a133e621b713773d2b8a5efe9'/>
<id>urn:sha1:86e58a3fc98fc69a133e621b713773d2b8a5efe9</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>Added meta tags into the default layout</title>
<updated>2019-10-20T18:44:43Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2019-10-20T18:44:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/commit/?id=420e822c8f52370bc063c8ab9df417a9a3d211bf'/>
<id>urn:sha1:420e822c8f52370bc063c8ab9df417a9a3d211bf</id>
<content type='text'>
This also includes a small Jekyll plugin that automatically guesses the OG image
to be used depending on the availability of a thumbnail image.

Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>Re-bumped much of the application</title>
<updated>2018-09-25T17:13:16Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2018-09-25T17:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/commit/?id=259e8ab7a3a7e607263ca07e53787d85881bab8a'/>
<id>urn:sha1:259e8ab7a3a7e607263ca07e53787d85881bab8a</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>script: added a script to generate posts</title>
<updated>2018-02-19T18:56:09Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2018-02-19T18:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/commit/?id=60368a105e71f81dc8a10e2c84298464b2a20ccf'/>
<id>urn:sha1:60368a105e71f81dc8a10e2c84298464b2a20ccf</id>
<content type='text'>
This way I don't have to remember to specific org headers and such.
Moreover, I've also fixed the translation of the titles.

Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2018-02-18T21:51:57Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2018-02-18T21:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/jo.mssola.com/commit/?id=3c62a936378e490e99c2ac8955797464216b1691'/>
<id>urn:sha1:3c62a936378e490e99c2ac8955797464216b1691</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
</feed>
