1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-30 18:01:23 +02:00
nfpm/www/mkdocs.yml
Carlos Alexandro Becker 4630d75b83 docs: apk
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-08-17 17:44:04 -03:00

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