mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-19 03:25:08 +01:00
4630d75b83
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
site_name: NFPM
|
|
site_description: NFPM is Not FPM - a simple deb, rpm and apk packager written in Go
|
|
copyright: Made with ❤️ by GoReleaser contributors.
|
|
repo_name: goreleaser/nfpm
|
|
repo_url: https://github.com/goreleaser/nfpm
|
|
edit_uri: edit/master/www/docs/
|
|
|
|
theme:
|
|
name: material
|
|
language: en
|
|
logo: static/avatar.png
|
|
favicon: static/favicon.ico
|
|
include_search_page: false
|
|
search_index_only: true
|
|
|
|
plugins:
|
|
# disable temporarely because its freezing the page
|
|
- search:
|
|
prebuild_index: python
|
|
lang:
|
|
- en
|
|
- minify:
|
|
minify_html: true
|
|
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github-alt
|
|
link: https://github.com/goreleaser
|
|
- icon: fontawesome/brands/twitter
|
|
link: https://twitter.com/goreleaser
|
|
|
|
google_analytics:
|
|
- UA-106198408-1
|
|
- auto
|
|
|
|
nav:
|
|
- index.md
|
|
- install.md
|
|
- usage.md
|
|
- configuration.md
|
|
- contributing.md
|
|
- sponsors.md
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- meta
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.tabbed
|
|
- pymdownx.superfences
|