<?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: ajboni</title>
    <description>The latest articles on DEV Community by ajboni (@ajboni).</description>
    <link>https://dev.to/ajboni</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%2F186195%2F60a4b055-e593-442f-922e-ca147bf2595d.jpeg</url>
      <title>DEV Community: ajboni</title>
      <link>https://dev.to/ajboni</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ajboni"/>
    <language>en</language>
    <item>
      <title>Docurry: A spicy, zero-config documentation site generator. </title>
      <dc:creator>ajboni</dc:creator>
      <pubDate>Fri, 11 Sep 2020 03:04:56 +0000</pubDate>
      <link>https://dev.to/ajboni/docurry-a-spicy-zero-config-documentation-site-generator-2gh3</link>
      <guid>https://dev.to/ajboni/docurry-a-spicy-zero-config-documentation-site-generator-2gh3</guid>
      <description>&lt;p&gt;Last month, I was working in a project and I felt I needed some kind of doc site. Eventually I found docsify which is great but sadly it won't produce static files for the content and relies on client side router, and SEO gets affected.&lt;/p&gt;

&lt;p&gt;Plus, I really didn't want to manually make the sidebar...&lt;/p&gt;

&lt;p&gt;I also knew there are a lot of options to consider, but it was a great opportunity to gain some skills in node.&lt;/p&gt;

&lt;p&gt;So, I started a prototype with the following goals:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It Should auto generate as much as possible: At least landing page, background, favicon, sidebar, ToC, search.&lt;/li&gt;
&lt;li&gt;It should be &lt;strong&gt;dead simple&lt;/strong&gt; to use and get started.&lt;/li&gt;
&lt;li&gt;It should output a clean, static site, no frameworks, no router.&lt;/li&gt;
&lt;li&gt;It should support multiple languages&lt;/li&gt;
&lt;li&gt;It should be 'nice' to use out of the box.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;And a few more.&lt;/p&gt;

&lt;p&gt;The result: &lt;a href="https://docurry.aboni.dev/"&gt;https://docurry.aboni.dev/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In my opinion it can be useful to quickly document anything an deep customization is not needed.&lt;/p&gt;

&lt;p&gt;GIF:&lt;br&gt;
&lt;a href="https://dev-to-uploads.s3.amazonaws.com/i/baicf9njuomqnrx0sfn8.gif"&gt;https://dev-to-uploads.s3.amazonaws.com/i/baicf9njuomqnrx0sfn8.gif&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>javascript</category>
      <category>node</category>
    </item>
  </channel>
</rss>
