mirror of
https://github.com/goreleaser/nfpm
synced 2025-04-30 10:08:05 +02:00
78 lines
1.9 KiB
YAML
78 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
|
|
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
|
|
- content.code.copy
|
|
- content.action.edit
|
|
- navigation.footer
|
|
|
|
|
|
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
|
|
- goarch-to-pkg.md
|
|
- contributing.md
|
|
- sponsors.md
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- meta
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.tabbed
|
|
- pymdownx.superfences
|