153 lines
2.9 KiB
YAML
153 lines
2.9 KiB
YAML
baseURL: https://portal.novoa.nagoya/
|
|
languageCode: es-mx #en-us
|
|
title: Novoa.Index
|
|
|
|
enableRobotsTXT: true
|
|
enableGitInfo: true
|
|
enableEmoji: true
|
|
hasCJKLanguage: true
|
|
|
|
# services:
|
|
# googleAnalytics:
|
|
# ID: G-MEASUREMENT_ID
|
|
|
|
outputs:
|
|
home: [HTML]
|
|
page: [HTML]
|
|
section: [HTML, RSS]
|
|
|
|
# Multiple language support
|
|
|
|
defaultContentLanguage: es
|
|
languages:
|
|
es:
|
|
languageName: Español
|
|
languageCode: es-MX
|
|
weight: 1
|
|
title: Novoa en español
|
|
en:
|
|
languageName: English
|
|
languageCode: en-US
|
|
weight: 2
|
|
title: Novoa in english
|
|
|
|
# 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
|
|
|
|
enableInlineShortcodes: true
|
|
|
|
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
|
|
sidebar:
|
|
- identifier: more
|
|
name: "Más información"
|
|
params:
|
|
type: separator
|
|
weight: 1
|
|
- identifier: about
|
|
name: "Acerca de"
|
|
pageRef: "/novoa"
|
|
weight: 2
|
|
- identifier: hugoDocs
|
|
name: "Hugo Docs ↗"
|
|
url: "https://gohugo.io/documentation/"
|
|
weight: 3
|
|
|
|
params:
|
|
description: Portal de toda la documentación y servicios de Novoa.
|
|
navbar:
|
|
displayTitle: true
|
|
displayLogo: true
|
|
logo:
|
|
path: images/logo.svg
|
|
dark: images/logo-dark.svg
|
|
# width: 40
|
|
# height: 20
|
|
# link: /
|
|
width: wide
|
|
|
|
theme:
|
|
# light | dark | system
|
|
default: system
|
|
displayToggle: true
|
|
|
|
footer:
|
|
enable: true
|
|
# full (100%), wide (90rem), normal (1280px)
|
|
width: normal
|
|
displayCopyright: false
|
|
displayPoweredBy: false
|
|
|
|
displayUpdatedDate: true
|
|
#dateFormat: "02 Enero, 2024" #"January 2, 2006" #May not work at all
|
|
|
|
# Search
|
|
# flexsearch is enabled by default
|
|
search:
|
|
enable: true
|
|
type: flexsearch
|
|
|
|
flexsearch:
|
|
# index page by: content | summary | heading | title
|
|
index: content
|
|
|
|
editURL:
|
|
enable: false # It breaks everything, do not enable
|
|
base: "https://git.froth.zone/ren/Novoa/_new/intro/"
|
|
|
|
blog:
|
|
list:
|
|
displayTags: true
|
|
|
|
comments:
|
|
enable: false
|
|
type: giscus
|
|
|
|
# https://giscus.app/
|
|
giscus:
|
|
repo: someone/something
|
|
repoId: randomID
|
|
category: General
|
|
categoryId: RandomShit
|
|
# mapping: pathname
|
|
# strict: 0
|
|
# reactionsEnabled: 1
|
|
# emitMetadata: 0
|
|
# inputPosition: top
|
|
# lang: en
|