<?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: tsia</title>
    <description>The latest articles on DEV Community by tsia (@tsia).</description>
    <link>https://dev.to/tsia</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%2F22550%2F690ddbcb-82bf-45be-b918-ada0e9914ede.jpeg</url>
      <title>DEV Community: tsia</title>
      <link>https://dev.to/tsia</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tsia"/>
    <language>en</language>
    <item>
      <title>My Static Site Generator</title>
      <dc:creator>tsia</dc:creator>
      <pubDate>Fri, 06 Apr 2018 09:20:30 +0000</pubDate>
      <link>https://dev.to/tsia/my-static-site-generator-4k68</link>
      <guid>https://dev.to/tsia/my-static-site-generator-4k68</guid>
      <description>&lt;p&gt;my blog was running on ghost. and i liked it but i asked myself why should the server render each page on every request? I could use Varnish or something to cache everything but that would just increase the complexity and wouldn't work on shared web spaces.&lt;br&gt;
so i built a static site generator. it runs once and spits out a whole bunch of html files. this way i just have to create a new file, put some markdown or html into it, run the magic script and there is the new blog post published.&lt;br&gt;
with some git magic i can just have the repo locally, edit it completely offline and push it when i can.&lt;br&gt;
and because it's just html in the end, it could basically just be hosted on Amazon S3 or Github pages or something like that.&lt;br&gt;
and it's crazy fast.&lt;br&gt;
comments are not possible of course but i could use disqus or just build something on my own.&lt;br&gt;
i wrote the whole thing in 2 evenings so the code is not the nicest. don't be too harsh ;)&lt;br&gt;
&lt;a href="https://git.zeyel.net/open/htmlengine" rel="noopener noreferrer"&gt;https://git.zeyel.net/open/htmlengine&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
      <category>html</category>
    </item>
  </channel>
</rss>
