kubecon24/hugo.yaml
2024-03-19 16:16:41 +01:00

45 lines
878 B
YAML

baseURL: 'https://example.org/'
languageCode: 'en-us'
title: KubeCon24
# module:
# imports:
# - path: github.com/McShelby/hugo-theme-relearn
theme: hugo-theme-relearn
outputs:
home:
- html
- search
page:
- html
- print
section:
- html
- print
params:
themeVariant:
- auto
- green
menu:
shortcuts:
- identifier: ds
name: <i class='fa-fw fab fa-github'></i> GitHub repo
url: https://github.com/McShelby/hugo-theme-relearn
weight: 10
- name: <i class='fa-fw fas fa-camera'></i> Showcases
url: showcase/
weight: 11
- identifier: hugodoc
name: <i class='fa-fw fas fa-bookmark'></i> Hugo Documentation
url: https://gohugo.io/
weight: 20
- name: <i class='fa-fw fas fa-bullhorn'></i> Credits
url: more/credits/
weight: 30
- name: <i class='fa-fw fas fa-tags'></i> Tags
url: tags/
weight: 40