58 lines
1 KiB
YAML
58 lines
1 KiB
YAML
baseURL: https://portal.novoa.nagoya/
|
|
languageCode: es-mx #en-us
|
|
title: Novoa.Index
|
|
|
|
# import hextra as module
|
|
module:
|
|
imports:
|
|
- path: github.com/imfing/hextra
|
|
|
|
markup:
|
|
# allow raw html
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
|
|
# enable hextra syntax highlight
|
|
highlight:
|
|
noClasses: false
|
|
|
|
menu:
|
|
main:
|
|
- name: Documentación
|
|
pageRef: /docs
|
|
weight: 1
|
|
- name: Acerca de
|
|
pageRef: /novoa
|
|
weight: 2
|
|
- name: Servicios ↗
|
|
pageRef: /servicios
|
|
#url: "https://portal.novoa.nagoya/"
|
|
weight: 3
|
|
- name: Búsqueda #Search
|
|
weight: 4
|
|
params:
|
|
type: search
|
|
- name: SourceCode
|
|
weight: 5
|
|
url: "https://git.froth.zone/ren/Novoa"
|
|
params:
|
|
icon: github
|
|
- name: Fediverso
|
|
weight: 6
|
|
url: "https://novoa.nagoya/"
|
|
params:
|
|
icon: mastodon
|
|
|
|
params:
|
|
navbar:
|
|
displayTitle: true
|
|
displayLogo: true
|
|
|
|
footer:
|
|
displayCopyright: false
|
|
displayPoweredBy: false
|
|
|
|
editURL:
|
|
enable: false
|
|
base: ""
|