mirror of
https://github.com/goreleaser/nfpm
synced 2025-12-27 18:51:48 +01:00
* docs: fix favicon closes #1001 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * fix: avatar Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
58 lines
1.5 KiB
Markdown
58 lines
1.5 KiB
Markdown
---
|
|
title: nFPM
|
|
layout: hextra-home
|
|
---
|
|
|
|
<div class="hx:mt-6 hx:mb-6">
|
|
{{< hextra/hero-headline >}}
|
|
<div class="hx-flex hx-justify-center hx-mb-12">
|
|
<img src="/nfpm-logo.png" alt="nFPM Logo" style="height: 80px; width: auto;" />
|
|
</div>
|
|
{{< /hextra/hero-headline >}}
|
|
</div>
|
|
|
|
<div class="hx:mb-12">
|
|
{{< hextra/hero-subtitle >}}
|
|
A simple simple deb, rpm, apk, ipk, and arch linux packager written in Go.
|
|
{{< /hextra/hero-subtitle >}}
|
|
</div>
|
|
|
|
<div class="hx:mb-6">
|
|
{{< hextra/hero-button text="Get Started" link="docs" >}}
|
|
</div>
|
|
|
|
<div class="hx:mt-6">
|
|
{{< hextra/feature-grid >}}
|
|
{{< hextra/feature-card
|
|
title="No Runtime Dependencies"
|
|
subtitle="No Ruby, no tar, no external dependencies. Just a single binary."
|
|
icon="cube-transparent"
|
|
>}}
|
|
{{< hextra/feature-card
|
|
title="Multiple Formats"
|
|
subtitle="Create deb, rpm, apk, ipk, and arch linux packages."
|
|
icon="collection"
|
|
>}}
|
|
{{< hextra/feature-card
|
|
title="Simple Configuration"
|
|
subtitle="Define your package with a simple YAML configuration file."
|
|
icon="document-text"
|
|
>}}
|
|
{{< hextra/feature-card
|
|
title="Cross Platform"
|
|
subtitle="Build packages on any platform that Go supports."
|
|
icon="switch-horizontal"
|
|
>}}
|
|
{{< hextra/feature-card
|
|
title="Library & Binary"
|
|
subtitle="Use as a standalone binary or integrate as a Go library."
|
|
icon="terminal"
|
|
>}}
|
|
{{< hextra/feature-card
|
|
title="Fast & Lightweight"
|
|
subtitle="Written in Go for speed and efficiency."
|
|
icon="sparkles"
|
|
>}}
|
|
{{< /hextra/feature-grid >}}
|
|
</div>
|