1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-11-18 14:54:04 +01:00
nfpm/www/mkdocs.yml

53 lines
1.0 KiB
YAML
Raw Normal View History

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