Skip to content

Commit 40ef19b

Browse files
authored
Merge pull request #554 from mrvautin/patch-1
Adding `squido` to site generators
2 parents b3a5caf + 713fa70 commit 40ef19b

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

src/site/generators/squido.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: squido
3+
repo: mrvautin/squido
4+
homepage: https://squido.org/
5+
language:
6+
- JavaScript
7+
- Node.js
8+
license:
9+
- MIT
10+
templates:
11+
- Mustache
12+
- Handlebars
13+
- Yaml
14+
- Markdown
15+
description: 'A dead simple static HTML website builder which can be hosted anywhere for super fast websites and very little effort. Create your Blog or Documentation using our boilerplate examples.'
16+
twitter: squido_app
17+
startertemplaterepo: https://github.com/mrvautin/squido-blog
18+
---
19+
20+
<img src="https://raw.githubusercontent.com/mrvautin/squido/main/docs/images/squido.svg" width="200px" height="200px">
21+
22+
A dead simple static HTML website builder which can be hosted anywhere for super fast websites and very little effort. Create your Blog or Documentation using our boilerplate examples.
23+
24+
- [squido homepage](https://squido.org/)
25+
- [Demos/Boilerplates](https://squido.org/demo-websites/)
26+
- [Plugins](https://docs.squido.org/plugins/)
27+
- [Deployment](https://docs.squido.org/deployment-and-hosting/)
28+
- [Documentation](https://docs.squido.org/)
29+
- [Automation](https://docs.squido.org/post-build-tasks/)
30+
- [Features](https://squido.org/features/)
31+
32+
**Dead simple**
33+
34+
It's hard enough getting a website going without having to muck around learning new ecosystems and code.
35+
`squido` has **everything** you need to get started built into the core so you don't *have* to write plugins (but can).
36+
37+
**Markdown / Yaml**
38+
39+
Write the main posts/pages in Markdown with Yaml meta data. Dead simple stuff which you likely already know.
40+
41+
**Deployment**
42+
43+
We know deployment can be hard. We've written all the steps needed to host on [Netlify](https://netlify.com), [Github pages](https://pages.github.com/), [AWS](https://console.aws.amazon.com/amplify/home) etc.
44+
We've even integrated direct with the [Netlify](https://netlify.com) API so you don't even have to learn Git!

0 commit comments

Comments
 (0)