<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ewen-lbh</title>
    <description>The latest articles on DEV Community by ewen-lbh (@ewen-lbh).</description>
    <link>https://dev.to/ewen-lbh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F106579%2Fd315b02b-e9e8-4b6d-8691-715baacd7a8d.png</url>
      <title>DEV Community: ewen-lbh</title>
      <link>https://dev.to/ewen-lbh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ewen-lbh"/>
    <language>en</language>
    <item>
      <title>Manage a portfolio website with lots of projects – ortfo</title>
      <dc:creator>ewen-lbh</dc:creator>
      <pubDate>Thu, 18 Apr 2024 08:25:29 +0000</pubDate>
      <link>https://dev.to/ewen-lbh/manage-a-portfolio-website-with-lots-of-projects-ortfo-5aic</link>
      <guid>https://dev.to/ewen-lbh/manage-a-portfolio-website-with-lots-of-projects-ortfo-5aic</guid>
      <description>&lt;p&gt;-&amp;gt; &lt;a href="https://ortfo.org"&gt;https://ortfo.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi!&lt;/p&gt;

&lt;p&gt;I'm excited to share something I've been working on: ortfo, a collection of tools to make managing portfolio websites with lots of projects easier&lt;/p&gt;

&lt;p&gt;Right now only ortfo/db exists, it's the "database" part. The idea is to describe your projects in markdowns files, that you can store alongside the projects themselves, in e.g. my-project/.ortfo/description.md&lt;/p&gt;

&lt;p&gt;Then, the CLI collects all those markdown files, plus any media file you reference in them, and creates an easily digestible JSON file with every project in it.&lt;/p&gt;

&lt;p&gt;The tool has support for thumbnail generation, specifying tags, technologies (to say that you used e.g. Svelte for a project, FL Studio for a music album or oil painting for a painting), complex layouts (to put stuff pictures side by side for example), proeminent colors extraction, and more.&lt;/p&gt;

&lt;p&gt;There's also an "exporter" plugin system to easily upload the resulting json file anywhere, or integrate with static site generators&lt;/p&gt;

&lt;p&gt;I'm using it with go-templ to generate my own portfolio site, &lt;a href="https://ewen.works"&gt;https://ewen.works&lt;/a&gt; (source code is at &lt;a href="https://github.com/ewen-lbh/portfolio"&gt;https://github.com/ewen-lbh/portfolio&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>frontend</category>
      <category>go</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
