-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
66 lines (51 loc) · 2.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
layout: default
title: "Aloia CMS: The flat-file CMS for Laravel"
---
<h1 class="h1-responsive mb-6">
Aloia CMS: The flat-file content management system for Laravel
</h1>
<p>
Aloia CMS is a flat-file content management system for Laravel. Ship your content quicker, and shape the
content management system around your needs, not the other way around. You're in charge of your content and Aloia CMS
does the rest.
</p>
<a href="{% link documentation.md %}"
class="cta-button inline-block"
>Documentation</a>
<a href="https://github.com/roelofjan-elsinga/aloia-cms" class="ml-4 inline-block text-primary accent-link">
<span class="fa fa-github"></span> Source code
</a>
<h2 class="mt-16">Most important features</h2>
<p>
No content management system is complete without a few features that make it work for you and any project you might want to use it with.
</p>
{% include feature_extendable.html %}
{% include feature_familiar_config.html %}
<!--<section class="my-16">-->
<!-- <h3 class="mb-2">Don't want to write content through a code editor?</h3>-->
<!-- <p>-->
<!-- You don't have to! You can use one of the available plugins,-->
<!-- <a href="{% link _pages/aloia-cms-gui-plugin.md %}" class="inline-link">Aloia CMS GUI</a>, to easily add a management dashboard to your website.-->
<!-- Of course, you can also make one yourself or extend the management dashboard with your own features.-->
<!-- </p>-->
<!--</section>-->
{% include donation.html %}
<h2 class="mt-16">Latest news</h2>
<div class="home">
<div class="posts">
{% for post in site.posts limit:2 %}
{% include news_preview.html %}
{% endfor %}
</div>
<div class="text-center">
<a href="{% link news/index.html %}" class="cta-button mt-8">Read more news</a>
</div>
</div>
<div class="cta-banner">
<h3 class="mt-0 mb-2">Are you wondering who uses Aloia CMS in production?</h3>
<p>
Aloia CMS is already used in production for a few websites. The content management system gets better with every website that's developed with it.
</p>
<a href="{% link _pages/who-uses-aloia-cms.md %}" class="underline">Find out who uses Aloia CMS in production</a>
</div>