Skip to content

Commit 27ae918

Browse files
authored
Merge pull request #837 from mantaroh/main
Add Spearly CMS to headless-CMS list.
2 parents ffcf589 + a196ea7 commit 27ae918

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

src/site/headless-cms/spearly.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Spearly CMS
3+
homepage: https://cms.spearly.com
4+
twitter: spearlycom
5+
opensource: "No"
6+
typeofcms: "API Driven"
7+
supportedgenerators:
8+
- All
9+
description: Spearly CMS is a headless CMS easy to embed and easy to use. You can embed content into your site for few steps.
10+
images:
11+
- path: /img/cms/spearly-manager.png
12+
---
13+
## Spearly CMS
14+
15+
[Spearly CMS](https://cms.spearly.com) is a headless CMS easy to embed and easy to use. You can embed content into your site for few steps.
16+
17+
Spearly CMS improve your making experience of site.
18+
19+
### Features
20+
21+
- REST API.
22+
- Embed JavaScript Library.
23+
- Team feature: Spearly has team feature for managing content with multiple users.
24+
- Form feature: Online form creator and embed form easily.
25+
- Preview feature: You can get preview of content by using preview key.
26+
- WebHook feature
27+
28+
### Embed JavaScript Syntax
29+
30+
You can embed a content by following code:
31+
32+
```
33+
<div cms-loop>
34+
<h1>{%= content_title %}</h1>
35+
<p>{%= content_description %}</p>
36+
</div>
37+
```
38+
39+
### Searply Series
40+
41+
Spearly CLOUD:
42+
43+
- Hosting and deploying your site from GitHub or static site files.
44+
- Spearly CLOUD can set the original domain.
122 KB
Loading

0 commit comments

Comments
 (0)