-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathhugo.yaml
More file actions
44 lines (43 loc) · 1.06 KB
/
hugo.yaml
File metadata and controls
44 lines (43 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# baseURL: https://shipwright.io/
languageCode: en-us
title: Shipwright
description: Build container images on Kubernetes
module:
# replacements: "github.com/colinwilson/lotusdocs -> /themes/lotusdocs"
imports:
- path: github.com/colinwilson/lotusdocs
disable: false
- path: github.com/gohugoio/hugo-mod-bootstrap-scss/v5
disable: false
caches:
images:
dir: :cacheDir/images
params:
footer:
copyright: "© 2025 The Shipwright Contributors"
version: true
social:
github: "shipwright-io/build"
twitter: "shipwrightio"
docs:
title: Shipwright Docs
themeColor: blue
darkMode: true
prism: true
repoURL: "https://github.com/shipwright-io/website"
editPage: true
repoBranch: main
lastMod: true
toc: true
logoLinkURL: "" # to define
menus:
primary:
- name: Docs
url: /docs/
weight: 1
- name: Blog
url: /docs/blog/
weight: 2
- name: Community
url: "https://github.com/shipwright-io/community?tab=readme-ov-file#welcome-to-project-shipwright"
weight: 3