Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrvautin/squido

A dead simple static HTML website builder which can be hosted anywhere for super fast websites and very little effort
https://github.com/mrvautin/squido

builder ejs-templates generator handlebars javascript nodejs pug-template-engine static-site-generator static-website

Last synced: 29 days ago
JSON representation

A dead simple static HTML website builder which can be hosted anywhere for super fast websites and very little effort

Awesome Lists containing this project

README

        



# squido

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

`squido` is a dead simple static website builder which can be hosted anywhere for super fast websites and very little effort.

`squido` has baked in everything you need to run and host a website. You simply do the writing and customisation of style and layout.

```bash
# Running squido commands
npx mrvautin/squido
```

`build` command:
```bash
npx mrvautin/squido build
```

`serve` command with `watch`, `clean` and `build`:
```bash
npx mrvautin/squido serve -b -w -c
```

> NOTE: You will need Nodejs version 18.x or greater.

## Documentation

`squido` documentation can be found here: [https://squido-docs.markmoffat.com/](https://squido-docs.markmoffat.com/) (which also happens to be a `squido` website demo/example)

## Homepage

`squido` product page can be found here: [https://squido.markmoffat.com/](https://squido.markmoffat.com/)

## Demo Blog

A demo can be found here: [https://squido-blog.markmoffat.com/](https://squido-blog.markmoffat.com/)