Some checks failed
Static Deploy / build (push) Has been cancelled
Todo - [x] update about page multi-media subtitles - [x] spellcheck and grammar check on all pages Reviewed-on: https://git.myco.systems/mycosystems/midtowndrafting.com/pulls/1 Co-authored-by: Brooke <brooke@myco.systems> Co-committed-by: Brooke <brooke@myco.systems>
131 lines
2.6 KiB
YAML
131 lines
2.6 KiB
YAML
baseURL: "https://midtowndrafting.com/"
|
|
title: "Midtown Drafting & Design"
|
|
theme: hextra
|
|
|
|
enableRobotsTXT: true
|
|
enableGitInfo: true
|
|
# enableEmoji: false
|
|
hasCJKLanguage: true
|
|
|
|
# services:
|
|
# googleAnalytics:
|
|
# ID: G-MEASUREMENT_ID
|
|
|
|
outputs:
|
|
home: [HTML]
|
|
page: [HTML]
|
|
section: [HTML, RSS]
|
|
|
|
defaultContentLanguage: en
|
|
languages:
|
|
en:
|
|
languageName: English
|
|
weight: 1
|
|
title: Midtown Drafting & Design
|
|
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
highlight:
|
|
noClasses: false
|
|
|
|
enableInlineShortcodes: true
|
|
|
|
menu:
|
|
main:
|
|
- identifier: documentation
|
|
name: Documentation
|
|
pageRef: /docs
|
|
weight: 1
|
|
- identifier: classes
|
|
name: Classes
|
|
pageRef: /classes
|
|
weight: 2
|
|
- identifier: About
|
|
weight: 3
|
|
name: About
|
|
pageRef: /about
|
|
- name: Search
|
|
weight: 4
|
|
params:
|
|
type: search
|
|
# - name: GitHub
|
|
# weight: 4
|
|
# url: "https://github.com/imfing/hextra"
|
|
# params:
|
|
# icon: github
|
|
|
|
params:
|
|
description: The Drafting & Design pathway provides students with the foundational knowledge and skills to succeed in their chosen career.
|
|
|
|
navbar:
|
|
displayTitle: true
|
|
displayLogo: true
|
|
logo:
|
|
path: images/Black-M.svg
|
|
dark: images/White-M.svg
|
|
# width: 40
|
|
# height: 20
|
|
# link: /
|
|
width: wide
|
|
|
|
page:
|
|
# full (100%), wide (90rem), normal (1280px)
|
|
width: wide
|
|
|
|
theme:
|
|
# light | dark | system
|
|
default: system
|
|
displayToggle: true
|
|
|
|
footer:
|
|
enable: true
|
|
displayCopyright: true
|
|
displayPoweredBy: true
|
|
width: wide
|
|
|
|
displayUpdatedDate: true
|
|
dateFormat: "January 2, 2006"
|
|
|
|
# Search
|
|
# flexsearch is enabled by default
|
|
search:
|
|
enable: true
|
|
type: flexsearch
|
|
|
|
flexsearch:
|
|
# index page by: content | summary | heading | title
|
|
index: content
|
|
# full | forward | reverse | strict
|
|
# https://github.com/nextapps-de/flexsearch/#tokenizer-prefix-search
|
|
tokenize: forward
|
|
|
|
editURL:
|
|
enable: true
|
|
base: "https://git.myco.systems/mycosystems/midtowndrafting.com/src/branch/feat-hugo/content"
|
|
|
|
blog:
|
|
list:
|
|
displayTags: true
|
|
# date | lastmod | publishDate | title | weight
|
|
sortBy: date
|
|
sortOrder: desc # or "asc"
|
|
|
|
comments:
|
|
enable: false
|
|
type: giscus
|
|
|
|
# https://giscus.app/
|
|
giscus:
|
|
repo: imfing/hextra
|
|
repoId: R_kgDOJ9fJag
|
|
category: General
|
|
categoryId: DIC_kwDOJ9fJas4CY7gW
|
|
# mapping: pathname
|
|
# strict: 0
|
|
# reactionsEnabled: 1
|
|
# emitMetadata: 0
|
|
# inputPosition: top
|
|
# lang: en
|
|
|