squido - The dead-simple way to generate static HTML websites https://squido.markmoffat.com 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. Sat, 30 Mar 2024 02:52:37 GMT https://validator.w3.org/feed/docs/rss2.html squido <![CDATA[Swagger API docs]]> https://squido.markmoffat.com/swagger-api/ https://squido.markmoffat.com/swagger-api/ Thu, 02 Sep 2021 19:17:00 GMT <![CDATA[Themes]]> https://squido.markmoffat.com/themes/ https://squido.markmoffat.com/themes/ Sat, 24 Jul 2021 01:56:00 GMT <![CDATA[Features]]> https://squido.markmoffat.com/features/ https://squido.markmoffat.com/features/ Fri, 02 Apr 2021 01:56:00 GMT Feature Description Sitemap Sitemaps are automatically generated. Just submit to Google. Feeds Atom, RSS and JSON feeds are automatically generated Markdown syntax The powerful and easy to learn markdown syntax is used for writing posts Handlebars template syntax Support for the Handlebars templating engine with built-in helpers EJS template syntax Support for the hugely powerful EJS (Embedded JavaScript) templating engine Pug template syntax Support for the very popular Pug (ex Jade) templating engine Built with Node.js (Javascript) Built with Node.js meaning anyone with knowledge of Javascript can extend squido. Automatic pagination Pages/Posts are automatically paginated. Disabling and adjusting page size is all done through your config file Automatic Tag page generation Tag pages are automatically generated allowing you to group posts on a similar topic into easy to find pages Automatic builds watch for file changes A webserver is started so you can view your website in a browser and any changes to files automatically trigger rebuilding Huge amount of hosting options Host anywhere static HTML is supported. Examples here. Multiple environment support Create a config file and setup options for different environments. Eg: Development vs Production Automatically minify Javascript and CSS Automatically minify Javascript and CSS files on build Pretty permalink URLS Permalinks to your posts / pages are pretty and without any .html Plugin support Plugins aren't needed but we don't want to stifle innovation/customization so plugins can be written Custom page template flexibility Pages / Posts can have their own template for full customization Post build support Post build tasks are ran after the build is complete. This can be used for things like: Zipping and deploying to a hosting provider. ]]>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>squido - The dead-simple way to generate static HTML websites</title>
<link>https://squido.markmoffat.com</link>
<description>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.</description>
<lastBuildDate>Sat, 30 Mar 2024 02:52:37 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>squido</generator>
<atom:link href="https://squido.markmoffat.com/rss" rel="self" type="application/rss+xml"/>
<item>
<title>
<![CDATA[ Swagger API docs ]]>
</title>
<link>https://squido.markmoffat.com/swagger-api/</link>
<guid>https://squido.markmoffat.com/swagger-api/</guid>
<pubDate>Thu, 02 Sep 2021 19:17:00 GMT</pubDate>
<description>
<![CDATA[ Swagger API Docs ]]>
</description>
</item>
<item>
<title>
<![CDATA[ Themes ]]>
</title>
<link>https://squido.markmoffat.com/themes/</link>
<guid>https://squido.markmoffat.com/themes/</guid>
<pubDate>Sat, 24 Jul 2021 01:56:00 GMT</pubDate>
<description>
<![CDATA[ squido themes - Themes for use with squido static HTML website builder to get you started quicker. ]]>
</description>
</item>
<item>
<title>
<![CDATA[ Features ]]>
</title>
<link>https://squido.markmoffat.com/features/</link>
<guid>https://squido.markmoffat.com/features/</guid>
<pubDate>Fri, 02 Apr 2021 01:56:00 GMT</pubDate>
<description>
<![CDATA[ squido features - outlining the features supported by the core functionality of squido ]]>
</description>
<content:encoded>
<![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:encoded>
</item>
</channel>
</rss>