<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://squido.markmoffat.com</id>
    <title>squido - The dead-simple way to generate static HTML websites</title>
    <updated>2024-03-30T02:52:37.170Z</updated>
    <generator>squido</generator>
    <link rel="alternate" href="https://squido.markmoffat.com"/>
    <link rel="self" href="https://squido.markmoffat.com/atom"/>
    <subtitle>A dead-simple Node.js static HTML website generator for super fast static websites which are easier to develop, more secure and dirt cheap to host.</subtitle>
    <icon>https://squido.markmoffat.com/favicon.png</icon>
    <entry>
        <title type="html"><![CDATA[Swagger API docs]]></title>
        <id>https://squido.markmoffat.com/swagger-api/</id>
        <link href="https://squido.markmoffat.com/swagger-api/"/>
        <updated>2021-09-02T19:17:00.000Z</updated>
        <summary type="html"><![CDATA[Swagger API Docs]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Themes]]></title>
        <id>https://squido.markmoffat.com/themes/</id>
        <link href="https://squido.markmoffat.com/themes/"/>
        <updated>2021-07-24T01:56:00.000Z</updated>
        <summary type="html"><![CDATA[squido themes - Themes for use with squido static HTML website builder to get you started quicker.]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Features]]></title>
        <id>https://squido.markmoffat.com/features/</id>
        <link href="https://squido.markmoffat.com/features/"/>
        <updated>2021-04-02T01:56:00.000Z</updated>
        <summary type="html"><![CDATA[squido features - outlining the features supported by the core functionality of squido]]></summary>
        <content type="html"><![CDATA[<table class="table table-hover table-bordered">
<thead>
<tr>
<th>Feature</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Sitemap</td>
<td>Sitemaps are automatically generated. Just submit to Google.</td>
</tr>
<tr>
<td>Feeds</td>
<td>Atom, RSS and JSON feeds are automatically generated</td>
</tr>
<tr>
<td><a href="https://en.wikipedia.org/wiki/Markdown">Markdown</a> syntax</td>
<td>The powerful and easy to learn <a href="https://en.wikipedia.org/wiki/Markdown">markdown</a> syntax is used for writing posts</td>
</tr>
<tr>
<td><a href="https://handlebarsjs.com/">Handlebars</a> template syntax</td>
<td>Support for the Handlebars templating engine with built-in helpers</td>
</tr>
<tr>
<td><a href="https://github.com/mde/ejs">EJS</a> template syntax</td>
<td>Support for the hugely powerful EJS (Embedded JavaScript) templating engine</td>
</tr>
<tr>
<td><a href="https://pugjs.org/">Pug</a> template syntax</td>
<td>Support for the very popular Pug (ex Jade) templating engine</td>
</tr>
<tr>
<td>Built with <a href="https://nodejs.org/">Node.js</a> (Javascript)</td>
<td>Built with <a href="https://nodejs.org/">Node.js</a> meaning anyone with knowledge of Javascript can extend squido.</td>
</tr>
<tr>
<td>Automatic pagination</td>
<td>Pages/Posts are automatically paginated. Disabling and adjusting page size is all done through your <a href="https://squido-docs.markmoffat.com/configuration/">config</a> file</td>
</tr>
<tr>
<td>Automatic Tag page generation</td>
<td>Tag pages are automatically generated allowing you to group posts on a similar topic into easy to find pages</td>
</tr>
<tr>
<td>Automatic builds watch for file changes</td>
<td>A <a href="https://squido-docs.markmoffat.com/usage-commands/#serve-command">webserver</a> is started so you can view your website in a browser and any changes to files automatically trigger rebuilding</td>
</tr>
<tr>
<td>Huge amount of hosting options</td>
<td>Host anywhere static HTML is supported. Examples <a href="https://squido-docs.markmoffat.com/deployment-and-hosting/">here</a>.</td>
</tr>
<tr>
<td>Multiple environment support</td>
<td>Create a <a href="https://squido-docs.markmoffat.com/configuration/">config</a> file and setup options for different environments. Eg: Development vs Production</td>
</tr>
<tr>
<td>Automatically <a href="https://en.wikipedia.org/wiki/Minification_(programming)">minify</a> Javascript and CSS</td>
<td>Automatically minify Javascript and CSS files on build</td>
</tr>
<tr>
<td>Pretty <a href="https://en.wikipedia.org/wiki/Permalink">permalink</a> URLS</td>
<td>Permalinks to your posts / pages are pretty and without any <code>.html</code></td>
</tr>
<tr>
<td><a href="https://squido-docs.markmoffat.com/plugins/">Plugin</a> support</td>
<td>Plugins aren't needed but we don't want to stifle innovation/customization so plugins can be written</td>
</tr>
<tr>
<td>Custom page template flexibility</td>
<td>Pages / Posts can have their own <a href="https://squido-docs.markmoffat.com/posts/#template-file">template</a> for full customization</td>
</tr>
<tr>
<td>Post build support</td>
<td><a href="https://squido-docs.markmoffat.com/post-build-tasks/">Post build</a> tasks are ran after the build is complete. This can be used for things like: <a href="https://squido-docs.markmoffat.com/post-build-tasks/#zip">Zipping</a> and <a href="https://squido-docs.markmoffat.com/post-build-tasks/#netlify">deploying to a hosting provider</a>.</td>
</tr>
</tbody>
</table>
]]></content>
    </entry>
</feed>