fime/themes/ace-documentation/exampleSite/content/_index.md
2022-09-28 21:20:15 +02:00

150 lines
4.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

+++
title = "Ace documentation"
description = ""
+++
{{< lead >}}
Ace is a theme for <a href="https://gohugo.io" target="_blank">Hugo</a>, a fast static website generator written in Go, that allows you to easily write well organized and clean documentation for your projects. It's as easy as writing your content in Markdown, running Hugo to generate static HTML, CSS and Javascript files and deploying those to your web server.
{{< /lead >}}
## Features
<div class="row py-3 mb-5">
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-tachometer-alt fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Fast.
</h5>
<p class="card-text text-muted">
Static files generated in less than a second. And served to your visitors just as fast.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-paint-brush fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Minimalistic.
</h5>
<p class="card-text text-muted">
A clean look to keep your user's attention to the content that matters: your documentation.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-project-diagram fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
For every project.
</h5>
<p class="card-text text-muted">
Hugo does not require Java, Python or Ruby and is available as a simple binary or through NPM and other package managers.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-cogs fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Automatic.
</h5>
<p class="card-text text-muted">
Folders and files are automatically added in the menu depending on your file and folder structure.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-search fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Full search.
</h5>
<p class="card-text text-muted">
Easily find the content you look for through the search function.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-code fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Code highlighting.
</h5>
<p class="card-text text-muted">
Code highlighting. Include code samples with a copy button. If its HTML, you can also render the code.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-file-code fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Useful shortcodes.
</h5>
<p class="card-text text-muted">
Code, buttons, alerts, leads, collapse, panels, images, videos and more.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-mobile-alt fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Built with Bootstrap.
</h5>
<p class="card-text text-muted">
Built with <a href="https://getbootstrap.com" target="_blank">Bootstrap 4</a>. Fully responsive out of the box. Build and style page elements using Bootstrap.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fab fa-font-awesome-flag fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Icons.
</h5>
<p class="card-text text-muted">
Packed with <a href="https://fontawesome.com/" target="_blank">Font Awesome</a>. Empower your content with a shit ton of awesome icons.
</p>
</div>
</div>
</div>
</div>