Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrvautin/squido
- Owner: mrvautin
- License: mit
- Created: 2021-03-29T10:12:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T11:07:27.000Z (7 months ago)
- Last Synced: 2024-12-17T07:12:56.194Z (about 1 month ago)
- Topics: builder, ejs-templates, generator, handlebars, javascript, nodejs, pug-template-engine, static-site-generator, static-website
- Language: JavaScript
- Homepage: https://squido.markmoffat.com/
- Size: 1.13 MB
- Stars: 64
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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/)