You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A beautiful Jekyll based static site generator
12
+
---
13
+
14
+
Beautiful Jekyll is a ready-to-use template to help you create a beautiful website quickly. Perfect for personal sites, blogs, or simple project websites.
Copy file name to clipboardExpand all lines: src/site/generators/hexo.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,9 @@ twitter: hexojs
21
21
startertemplaterepo: hexojs/hexo-starter
22
22
---
23
23
24
-
A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.org) and NPM.
24
+
A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.org) and [NPM](https://www.npmjs.com/).
25
25
26
+
-[Hexo Official website](https://hexo.io/)
26
27
-[Themes](https://hexo.io/themes)
27
28
-[Plugins](https://hexo.io/plugins)
28
29
-[Deploy to Netlify ⭐️](https://hexo.io/docs/one-command-deployment#Netlify)
@@ -32,14 +33,14 @@ A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.or
32
33
33
34
We want to solve issues **fast**! [Please contribute](https://github.com/hexojs/hexo/issues) by answering questions or providing peer review on PRs! Thank you 🤗
34
35
35
-
**Blazing Fast**
36
+
**Blazing Fast**
36
37
37
38
Hexo is powered by Node.js and supports multi-thread generating. Hundreds of files take only seconds to generate.
38
39
39
-
**Easy Writing**
40
+
**Easy Writing**
40
41
41
42
Hexo supports GitHub Flavored Markdown and all Octopress plugins and highly Jekyll/Octopress compatible.
42
43
43
-
**Extensibility**
44
+
**Extensibility**
44
45
45
46
Hexo supports most of the popular template languages and CSS preprocessors. You can install [plugins](https://hexo.io/plugins) for Haml, Pug, Less, Stylus, Sass, AsciiDoc, or anything. The community is writing new plugins every day.
description: FrontAid is a free CMS for JSON files in Git.
10
+
---
11
+
## What is FrontAid CMS?
12
+
FrontAid is a web-based CMS for JSON files that are stored in your own Git repository.
13
+
After the initial setup, a non-developer can manage the content easily.
14
+
And any updates are commited directly to your Git repository.
15
+
16
+
**FrontAid CMS is completely free**. Try it on [FrontAid.io](https://frontaid.io/).
17
+
18
+
19
+
## Features
20
+
21
+
***Data Model**: You can define a strict data model in JSON itself. FrontAid CMS only allows content updates that adhere to that model.
22
+
23
+
***JSON Objects/Lists**: FrontAid CMS supports any JSON data structure that you might need. Your content can use JSON objects, arrays, or any kind of nested objects/lists.
24
+
25
+
***Content Types**: Aside from objects and arrays, FrontAid CMS also supports different types of fields. For example single line input, multi line input, or rich text fields.
26
+
27
+
***Localization**: FrontAid CMS can be used with any language or locale that you might need. And you can use it to manage content in just one or multiple languages. You can even manage multiple languages side by side.
28
+
29
+
***Powered by Git**: As FrontAid CMS is Git-based, you can use its super powers. Every content change is versioned, you can build arbitrary build steps using Git hooks, or use it together with a CI/CD tool.
description: A single hub for all your content to manage with a variety of features.
11
+
images:
12
+
- path: /images/sensenet.png
13
+
---
14
+
15
+
# sensenet
16
+
17
+
sensenet is a content repository with API first approach packed with a full featured permission system, preview and collaboration tools.
18
+
19
+
A basic setup of sensenet has three top-level parts:
20
+
- A content repository that is the storage and service layer
21
+
- An application that uses the content of the connected content repository through API calls
22
+
- A sensenet admin surface (only in SNaaS) that helps you carry out common content managements tasks
23
+
24
+
## Everything is content
25
+
26
+
Content is the basic block for storing information in sensenet. A content can be any kind of data, user, document, workspace, memo, task, and more. Using content items everywhere unlocks a great deal of exceptional features, making your experience as a user more seamless, and your job as a developer a lot easier.
27
+
28
+
## SNaaS
29
+
30
+
In this model, sensenet content repositories live in our cloud infrastructure.
31
+
32
+
**Advantages**
33
+
34
+
- no installation required (easy onboarding)
35
+
- easy patches and upgrades
36
+
- no hosting related tasks
37
+
- central admin surface
38
+
- flexible pricing plans (based on # of contents, requests, and users)
39
+
40
+
### Who is it good for?
41
+
From department websites and apps to enterprise rollouts.
42
+
43
+
#### For developers
44
+
sensenet offers you a rich API allowing you to manage, integrate and deliver content. Use your favorite tech stack and turn sensenet into your and your team’s personal workshop . Build all sorts of new content, apps, solutions, and more for your clients or internal use.
45
+
46
+
#### For marketers
47
+
As a content creator, you will find sensenet to be a platform with all the tools to fulfill your goals. Use the variety of content types and the many options to manage content, and create your own preferred process for your daily work. Improve all phases of marketing projects from content planning, through collaboration to deployment.
48
+
49
+
#### For enterprises
50
+
Through sensenet as a service (SNaaS), you can utilize all the features of a flexible, secure, and nearly limitless headless CMS without spending resources on updates and maintenance.
51
+
52
+
## Try it out!
53
+
54
+
-[Get your free repo](https://www.sensenet.com/pricing)
0 commit comments