{ "version": "https://jsonfeed.org/version/1", "title": "squido - The dead-simple way to generate static HTML websites", "home_page_url": "https://squido.markmoffat.com", "feed_url": "https://squido.markmoffat.com/json", "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.", "items": [ { "id": "https://squido.markmoffat.com/swagger-api/", "content_html": "", "url": "https://squido.markmoffat.com/swagger-api/", "title": "Swagger API docs", "summary": "Swagger API Docs", "date_modified": "2021-09-02T19:17:00.000Z" }, { "id": "https://squido.markmoffat.com/themes/", "content_html": "", "url": "https://squido.markmoffat.com/themes/", "title": "Themes", "summary": "squido themes - Themes for use with squido static HTML website builder to get you started quicker.", "date_modified": "2021-07-24T01:56:00.000Z" }, { "id": "https://squido.markmoffat.com/features/", "content_html": "
Feature | \nDescription | \n
---|---|
Sitemap | \nSitemaps are automatically generated. Just submit to Google. | \n
Feeds | \nAtom, RSS and JSON feeds are automatically generated | \n
Markdown syntax | \nThe powerful and easy to learn markdown syntax is used for writing posts | \n
Handlebars template syntax | \nSupport for the Handlebars templating engine with built-in helpers | \n
EJS template syntax | \nSupport for the hugely powerful EJS (Embedded JavaScript) templating engine | \n
Pug template syntax | \nSupport for the very popular Pug (ex Jade) templating engine | \n
Built with Node.js (Javascript) | \nBuilt with Node.js meaning anyone with knowledge of Javascript can extend squido. | \n
Automatic pagination | \nPages/Posts are automatically paginated. Disabling and adjusting page size is all done through your config file | \n
Automatic Tag page generation | \nTag pages are automatically generated allowing you to group posts on a similar topic into easy to find pages | \n
Automatic builds watch for file changes | \nA webserver is started so you can view your website in a browser and any changes to files automatically trigger rebuilding | \n
Huge amount of hosting options | \nHost anywhere static HTML is supported. Examples here. | \n
Multiple environment support | \nCreate a config file and setup options for different environments. Eg: Development vs Production | \n
Automatically minify Javascript and CSS | \nAutomatically minify Javascript and CSS files on build | \n
Pretty permalink URLS | \nPermalinks to your posts / pages are pretty and without any .html | \n
Plugin support | \nPlugins aren't needed but we don't want to stifle innovation/customization so plugins can be written | \n
Custom page template flexibility | \nPages / Posts can have their own template for full customization | \n
Post build support | \nPost build tasks are ran after the build is complete. This can be used for things like: Zipping and deploying to a hosting provider. | \n