66 lines
1,000 B
YAML
66 lines
1,000 B
YAML
baseurl: /docs/scopes/hx/
|
|
DefaultContentLanguage: en
|
|
title: cyberscopes example site
|
|
summary: explore htmx in a Hugo-generated site.
|
|
theme:
|
|
- cyberscopes
|
|
- cybercards
|
|
themesDir: ../../..
|
|
pygmentsUseClasses: true
|
|
pagination:
|
|
pagerSize: 6
|
|
|
|
params:
|
|
|
|
homeSection: pages
|
|
|
|
#defaultImage: 9609-motor2.jpg
|
|
logo: cc-logo.png
|
|
favicon: icon-star-bl.png
|
|
|
|
git:
|
|
- https://git.cy7.eu/cco
|
|
email: helmutm@cy55.de
|
|
|
|
copyright:
|
|
name: Helmut Merz
|
|
link: https://www.cyberconcepts.org
|
|
|
|
api:
|
|
module: main-htmx.ts
|
|
root: /hx
|
|
|
|
taxonomies:
|
|
domain: domains
|
|
topic: topics
|
|
|
|
frontmatter:
|
|
_merge: shallow
|
|
|
|
related:
|
|
_merge: shallow
|
|
|
|
mediaTypes:
|
|
_merge: shallow
|
|
|
|
outputs:
|
|
home: [html, html-fragment, tpl]
|
|
|
|
menu:
|
|
main:
|
|
- identifier: home
|
|
name: Home
|
|
title: Home
|
|
url: /
|
|
weight: 10
|
|
- identifier: topics
|
|
name: Topics
|
|
title: Topics
|
|
url: /topics/
|
|
weight: 20
|
|
- identifier: domains
|
|
name: Domains
|
|
title: Domains
|
|
url: /domains/
|
|
weight: 21
|
|
|