1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-27 21:26:16 +02:00
nfpm/www/mkdocs.yml
2021-11-12 17:18:34 -03:00

74 lines
1.9 KiB
YAML

site_name: nFPM
site_url: https://nfpm.goreleaser.com
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/main/www/docs/
theme:
name: material
custom_dir: docs/overrides
language: en
logo: static/avatar.png
favicon: static/favicon.ico
include_search_page: false
search_index_only: true
palette:
- media: "(prefers-color-scheme: light)" # Light mode
scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- media: "(prefers-color-scheme: dark)" # Dark mode
scheme: slate
primary: light blue
accent: indigo
toggle:
icon: material/lightbulb
name: Switch to dark mode
features:
- search.suggest
- search.highlight
- search.share
plugins:
- search
- 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
nav:
- Home: index.md
- install.md
- usage.md
- Command Line Usage:
- nfpm: cmd/nfpm.md
- nfpm init: cmd/nfpm_init.md
- nfpm package: cmd/nfpm_package.md
- nfpm completion: cmd/nfpm_completion.md
- nfpm completion bash: cmd/nfpm_completion_bash.md
- nfpm completion fish: cmd/nfpm_completion_fish.md
- nfpm completion powershell: cmd/nfpm_completion_powershell.md
- nfpm completion zsh: cmd/nfpm_completion_zsh.md
- nfpm jsonschema: cmd/nfpm_jsonschema.md
- configuration.md
- tips.md
- contributing.md
- sponsors.md
markdown_extensions:
- admonition
- codehilite
- meta
- toc:
permalink: true
- pymdownx.tabbed
- pymdownx.superfences