forked from cobalt-org/cobalt-org.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.liquid
27 lines (27 loc) · 819 Bytes
/
index.liquid
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
---
permalink: /
title: A static site generator
layout: landing.liquid
---
<section class="introduction">
<div class="inner">
<h1 class="top_margin">A static-site generator that works for you.</h1>
<div class="columns three">
<article>
<h3>Simple</h3>
<p>Cobalt will help you get up and running quickly but scales to handle
your more complex cases</p>
</article>
<article>
<h3>Easy</h3>
<p>Cobalt tries to be no-hassle, from being easy to install, a
workflow-centric command line, to a familiar template language.</p>
</article>
<article>
<h3>Fast</h3>
<p>Written in Rust, Cobalt is blazing fast and allows you to quickly see
the results of your work.</p>
</article>
</div>
</div>
</section>