1
1
mirror of https://github.com/goreleaser/nfpm synced 2026-07-24 15:15:01 +02:00
Files
nfpm/www/hugo.yaml
Carlos Alexandro Becker 9ef03bcceb docs: fix favicon (#1002)
* docs: fix favicon

closes #1001

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: avatar

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-11-21 10:13:21 -03:00

76 lines
1.3 KiB
YAML

baseURL: "https://nfpm.goreleaser.com"
languageCode: "en-us"
title: "nFPM"
module:
imports:
- path: github.com/imfing/hextra
enableRobotsTXT: true
enableGitInfo: true
enableEmoji: true
hasCJKLanguage: true
services:
googleAnalytics:
ID: ""
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
menu:
main:
- identifier: install
name: Install
pageRef: /docs/install
weight: 10
- identifier: documentation
name: Documentation
pageRef: /docs
weight: 15
- name: Search
weight: 20
params:
type: search
- name: GitHub
weight: 30
url: "https://github.com/goreleaser/nfpm"
params:
icon: github
params:
navbar:
displayTitle: true
displayLogo: true
logo:
path: logo.png
dark: logo.png
width: 40
height: 40
link: /
page:
width: wide
theme:
default: system
displayToggle: true
footer:
displayCopyright: true
displayPoweredBy: false
width: normal
displayUpdatedDate: true
dateFormat: "January 2, 2006"
search:
enable: true
type: flexsearch
maxResults: 10
editPage:
enable: true
base: "https://github.com/goreleaser/nfpm/edit/main/www/content"
outputs:
home: [html, llms]